PrmConfigDxe.inf 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## @file
  2. # PRM Configuration Driver
  3. #
  4. # This driver configures PRM Module settings during the boot services environment.
  5. #
  6. # Copyright (c) Microsoft Corporation
  7. # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
  8. #
  9. # SPDX-License-Identifier: BSD-2-Clause-Patent
  10. #
  11. ##
  12. [Defines]
  13. INF_VERSION = 0x00010005
  14. BASE_NAME = PrmConfigDxe
  15. FILE_GUID = 18D93D57-0B00-4213-B0A2-A2FF5EC214E4
  16. MODULE_TYPE = DXE_RUNTIME_DRIVER
  17. VERSION_STRING = 1.0
  18. ENTRY_POINT = PrmConfigEntryPoint
  19. [Sources]
  20. PrmConfigDxe.c
  21. [Packages]
  22. MdePkg/MdePkg.dec
  23. MdeModulePkg/MdeModulePkg.dec
  24. PrmPkg/PrmPkg.dec
  25. [Guids]
  26. gEfiEndOfDxeEventGroupGuid
  27. gEfiEventVirtualAddressChangeGuid
  28. [LibraryClasses]
  29. BaseLib
  30. BaseMemoryLib
  31. DebugLib
  32. DxeServicesTableLib
  33. MemoryAllocationLib
  34. UefiBootServicesTableLib
  35. UefiDriverEntryPoint
  36. UefiRuntimeServicesTableLib
  37. UefiLib
  38. [Protocols]
  39. gPrmConfigProtocolGuid
  40. [Depex]
  41. TRUE