PlatformBootManagerLib.inf 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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. [Defines]
  9. INF_VERSION = 0x00010005
  10. BASE_NAME = PlatformBootManagerLib
  11. FILE_GUID = F0D9063A-DADB-4185-85E2-D7ACDA93F7A6
  12. MODULE_TYPE = DXE_DRIVER
  13. VERSION_STRING = 1.0
  14. LIBRARY_CLASS = PlatformBootManagerLib|DXE_DRIVER
  15. CONSTRUCTOR = PlatformBootManagerLibConstructor
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = IA32 X64 EBC
  20. #
  21. [Sources]
  22. PlatformData.c
  23. PlatformConsole.c
  24. PlatformConsole.h
  25. PlatformBootManager.c
  26. PlatformBootManager.h
  27. [Packages]
  28. MdePkg/MdePkg.dec
  29. MdeModulePkg/MdeModulePkg.dec
  30. UefiPayloadPkg/UefiPayloadPkg.dec
  31. [LibraryClasses]
  32. BaseLib
  33. UefiBootServicesTableLib
  34. UefiRuntimeServicesTableLib
  35. UefiLib
  36. UefiBootManagerLib
  37. BootLogoLib
  38. PcdLib
  39. DxeServicesLib
  40. MemoryAllocationLib
  41. DevicePathLib
  42. HiiLib
  43. PrintLib
  44. PlatformHookLib
  45. HobLib
  46. [Guids]
  47. gEfiEndOfDxeEventGroupGuid
  48. gEdkiiBootManagerMenuFileGuid
  49. [Protocols]
  50. gEfiGenericMemTestProtocolGuid ## CONSUMES
  51. gEfiGraphicsOutputProtocolGuid ## CONSUMES
  52. gEfiUgaDrawProtocolGuid ## CONSUMES
  53. gEfiBootLogoProtocolGuid ## CONSUMES
  54. gEfiDxeSmmReadyToLockProtocolGuid
  55. gEfiSmmAccess2ProtocolGuid
  56. gEfiSerialIoProtocolGuid
  57. gEfiPciRootBridgeIoProtocolGuid
  58. [Pcd]
  59. gEfiMdePkgTokenSpaceGuid.PcdPlatformBootTimeOut
  60. gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport
  61. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutRow
  62. gEfiMdeModulePkgTokenSpaceGuid.PcdConOutColumn
  63. gEfiMdeModulePkgTokenSpaceGuid.PcdConInConnectOnDemand
  64. gUefiPayloadPkgTokenSpaceGuid.PcdShellFile
  65. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultBaudRate
  66. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultDataBits
  67. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultParity
  68. gEfiMdePkgTokenSpaceGuid.PcdUartDefaultStopBits
  69. gEfiMdeModulePkgTokenSpaceGuid.PcdBootManagerMenuFile
  70. gUefiPayloadPkgTokenSpaceGuid.PcdBootManagerEscape