ConfigurationManagerDxe.inf 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ## @file
  2. # Configuration Manager Dxe
  3. #
  4. # Copyright 2020 NXP
  5. # Copyright 2020 Puresoftware Ltd
  6. #
  7. # SPDX-License-Identifier: BSD-2-Clause-Patent
  8. ##
  9. [Defines]
  10. INF_VERSION = 0x0001001B
  11. BASE_NAME = ConfigurationManagerDxe
  12. FILE_GUID = 7437A2D1-BF1A-46BD-8774-2A4C5755808D
  13. MODULE_TYPE = DXE_DRIVER
  14. VERSION_STRING = 1.0
  15. ENTRY_POINT = ConfigurationManagerDxeInitialize
  16. #
  17. # The following information is for reference only and not required by the build tools.
  18. #
  19. # VALID_ARCHITECTURES = ARM AARCH64
  20. #
  21. [Sources]
  22. ConfigurationManager.c
  23. [Packages]
  24. ArmPkg/ArmPkg.dec
  25. ArmPlatformPkg/ArmPlatformPkg.dec
  26. DynamicTablesPkg/DynamicTablesPkg.dec
  27. EmbeddedPkg/EmbeddedPkg.dec
  28. MdeModulePkg/MdeModulePkg.dec
  29. MdePkg/MdePkg.dec
  30. Platform/NXP/ConfigurationManagerPkg/ConfigurationManagerPkg.dec
  31. Silicon/NXP/NxpQoriqLs.dec
  32. [LibraryClasses]
  33. ArmPlatformLib
  34. PrintLib
  35. UefiBootServicesTableLib
  36. UefiDriverEntryPoint
  37. UefiRuntimeServicesTableLib
  38. [Protocols]
  39. gEdkiiConfigurationManagerProtocolGuid
  40. [FixedPcd]
  41. [Pcd]
  42. [Depex]
  43. TRUE