]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf
UefiPayloadPkg: Add Serial IO device path according to related protocol
[mirror_edk2.git] / UefiPayloadPkg / Library / PlatformBootManagerLib / PlatformBootManagerLib.inf
1 ## @file
2 # Include all platform action which can be customized by IBV/OEM.
3 #
4 # Copyright (c) 2012 - 2021, Intel Corporation. All rights reserved.<BR>
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 #
7 ##
8
9 [Defines]
10 INF_VERSION = 0x00010005
11 BASE_NAME = PlatformBootManagerLib
12 FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6
13 MODULE_TYPE = DXE_DRIVER
14 VERSION_STRING = 1.0
15 LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
16 CONSTRUCTOR = PlatformBootManagerLibConstructor
17
18 #
19 # The following information is for reference only and not required by the build tools.
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources]
25 PlatformData.c
26 PlatformConsole.c
27 PlatformConsole.h
28 PlatformBootManager.c
29 PlatformBootManager.h
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 UefiPayloadPkg/UefiPayloadPkg.dec
35
36 [LibraryClasses]
37 BaseLib
38 UefiBootServicesTableLib
39 UefiRuntimeServicesTableLib
40 UefiLib
41 UefiBootManagerLib
42 PcdLib
43 DxeServicesLib
44 MemoryAllocationLib
45 DevicePathLib
46 HiiLib
47 PrintLib
48 PlatformHookLib
49 HobLib
50
51 [Guids]
52 gEfiEndOfDxeEventGroupGuid
53 gEdkiiBootManagerMenuFileGuid
54
55 [Protocols]
56 gEfiGenericMemTestProtocolGuid ## CONSUMES
57 gEfiGraphicsOutputProtocolGuid ## CONSUMES
58 gEfiUgaDrawProtocolGuid ## CONSUMES
59 gEfiBootLogoProtocolGuid ## CONSUMES
60 gEfiDxeSmmReadyToLockProtocolGuid
61 gEfiSmmAccess2ProtocolGuid
62 gUniversalPayloadPlatformBootManagerOverrideProtocolGuid
63 gEfiSerialIoProtocolGuid
64
65 [Pcd]
66 gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
67 gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
68 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
69 gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
70 gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
71 gUefiPayloadPkgTokenSpaceGuid.PcdShellFile
72 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
73 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
74 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
75 gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
76 gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
77 gUefiPayloadPkgTokenSpaceGuid.PcdBootManagerEscape