BlSupportDxe.inf 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## @file
  2. # Bootloader Support DXE Module
  3. #
  4. # Report some MMIO/IO resources to dxe core, extract smbios and acpi tables
  5. #
  6. # Copyright (c) 2014 - 2021, Intel Corporation. All rights reserved.<BR>
  7. #
  8. # SPDX-License-Identifier: BSD-2-Clause-Patent
  9. #
  10. ##
  11. [Defines]
  12. INF_VERSION = 0x00010005
  13. BASE_NAME = BlSupportDxe
  14. FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3
  15. MODULE_TYPE = DXE_DRIVER
  16. VERSION_STRING = 1.0
  17. ENTRY_POINT = BlDxeEntryPoint
  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. [Sources]
  24. BlSupportDxe.c
  25. BlSupportDxe.h
  26. [Packages]
  27. MdePkg/MdePkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. UefiPayloadPkg/UefiPayloadPkg.dec
  30. [LibraryClasses]
  31. UefiDriverEntryPoint
  32. UefiBootServicesTableLib
  33. DxeServicesTableLib
  34. DebugLib
  35. BaseMemoryLib
  36. UefiLib
  37. HobLib
  38. [Guids]
  39. gUefiAcpiBoardInfoGuid
  40. gEfiGraphicsInfoHobGuid
  41. [Pcd]
  42. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
  43. gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
  44. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
  45. gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
  46. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress
  47. gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize
  48. [Depex]
  49. TRUE