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