PpmPolicy.inf 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. Vlv2TbltDevicePkg/PlatformPkg.dec
  28. Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
  29. [LibraryClasses]
  30. DebugLib
  31. BaseLib
  32. PchPlatformLib
  33. UefiDriverEntryPoint
  34. [Protocols]
  35. gEfiMpServiceProtocolGuid
  36. gPpmPlatformPolicyProtocolGuid
  37. [Guids]
  38. gEfiSetupVariableGuid
  39. [Depex]
  40. gEfiMpServiceProtocolGuid