1 #/*++ 2 # 3 # Copyright (c) 1999 - 2014, Intel Corporation. All rights reserved 4 # 5 # This program and the accompanying materials are licensed and made available under 6 # the terms and conditions of the BSD License that accompanies this distribution. 7 # The full text of the license may be found at 8 # http://opensource.org/licenses/bsd-license.php. 9 # 10 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 12 # 13 # 14 # Module Name: 15 # 16 # PpmPolicy.inf 17 # 18 # Abstract: 19 # 20 # Implement platform power management policy 21 # 22 #--*/ 23 24 [defines] 25 INF_VERSION = 0x00010005 26 BASE_NAME = PpmPolicy 27 FILE_GUID = 2EE72E7C-FB9E-4318-B888-33A315C7A91D 28 MODULE_TYPE = DXE_DRIVER 29 VERSION_STRING = 1.0 30 ENTRY_POINT = PpmPolicyEntry 31 32 [Sources] 33 PpmPolicy.c 34 35 [Packages] 36 MdePkg/MdePkg.dec 37 Vlv2TbltDevicePkg/PlatformPkg.dec 38 IA32FamilyCpuPkg/IA32FamilyCpuPkg.dec #CpuConfigLib.h 39 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec 40 41 [LibraryClasses] 42 DebugLib 43 BaseLib 44 PchPlatformLib 45 UefiDriverEntryPoint 46 47 [Protocols] 48 gEfiMpServiceProtocolGuid 49 gPpmPlatformPolicyProtocolGuid 50 51 [Guids] 52 gEfiSetupVariableGuid 53 54 [Depex] 55 gEfiMpServiceProtocolGuid 56