PpmPolicy.inf 988 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #/*++
  2. #
  3. # Copyright (c) 1999 - 2019, Intel Corporation. All rights reserved
  4. #
  5. # SPDX-License-Identifier: BSD-2-Clause-Patent
  6. #
  7. # Module Name:
  8. #
  9. # PpmPolicy.inf
  10. #
  11. # Abstract:
  12. #
  13. # Implement platform power management policy
  14. #
  15. #--*/
  16. [defines]
  17. INF_VERSION = 0x00010005
  18. BASE_NAME = PpmPolicy
  19. FILE_GUID = 2EE72E7C-FB9E-4318-B888-33A315C7A91D
  20. MODULE_TYPE = DXE_DRIVER
  21. VERSION_STRING = 1.0
  22. ENTRY_POINT = PpmPolicyEntry
  23. [Sources]
  24. PpmPolicy.c
  25. [Packages]
  26. MdePkg/MdePkg.dec
  27. UefiCpuPkg/UefiCpuPkg.dec
  28. Vlv2TbltDevicePkg/PlatformPkg.dec
  29. Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
  30. [LibraryClasses]
  31. DebugLib
  32. BaseLib
  33. PchPlatformLib
  34. UefiDriverEntryPoint
  35. [Protocols]
  36. gEfiMpServiceProtocolGuid
  37. gPpmPlatformPolicyProtocolGuid
  38. [Guids]
  39. gEfiSetupVariableGuid
  40. [Depex]
  41. gEfiMpServiceProtocolGuid