]> git.proxmox.com Git - mirror_edk2.git/blob - Vlv2TbltDevicePkg/AcpiPlatform/AcpiPlatform.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / AcpiPlatform / AcpiPlatform.inf
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 #
15 # Module Name:
16 #
17 # AcpiPlatformBB.inf
18 #
19 # Abstract:
20 #
21 #
22
23
24
25 [defines]
26 INF_VERSION = 0x00010005
27 BASE_NAME = AcpiPlatform
28 FILE_GUID = F0F6F006-DAB4-44b2-A7A1-0F72EEDCA716
29 MODULE_TYPE = DXE_DRIVER
30 VERSION_STRING = 1.0
31 ENTRY_POINT = AcpiPlatformEntryPoint
32
33 [sources.common]
34 AcpiPlatformHooks.c
35 AcpiPlatform.c
36
37 [Packages]
38 Vlv2TbltDevicePkg/PlatformPkg.dec
39 MdePkg/MdePkg.dec
40 IntelFrameworkPkg/IntelFrameworkPkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
44 Vlv2TbltDevicePkg/PlatformPkg.dec
45
46 [LibraryClasses]
47 HobLib
48 UefiRuntimeServicesTableLib
49 UefiDriverEntryPoint
50 BaseMemoryLib
51 DebugLib
52 HobLib
53 IoLib
54 PchPlatformLib
55
56 [Guids]
57 gACPIOSFRMfgStringVariableGuid
58 gEfiAcpiTableStorageGuid
59 gACPIOSFRMfgStringVariableGuid
60 gEfiBoardFeaturesGuid
61 gEfiPlatformInfoGuid
62 gEfiNormalSetupGuid
63 gACPIOSFRRefDataBlockVariableGuid
64 gACPIOSFRModelStringVariableGuid
65 gEfiPlatformCpuInfoGuid
66 gEfiVlv2VariableGuid
67
68 [Protocols]
69 gEfiAcpiTableProtocolGuid # PROTOCOL ALWAYS_CONSUMED
70 gEnhancedSpeedstepProtocolGuid
71 gEfiPlatformCpuProtocolGuid
72 gEfiAcpiSupportProtocolGuid
73 gEfiAcpiS3SaveProtocolGuid
74 gEfiCpuIoProtocolGuid
75 gEfiPs2PolicyProtocolGuid
76 gEfiFirmwareVolume2ProtocolGuid
77 gEfiMpServiceProtocolGuid
78 gEfiGlobalNvsAreaProtocolGuid
79 gEfiTcgProtocolGuid
80 gEfiFirmwareVolumeProtocolGuid
81 gIgdOpRegionProtocolGuid
82
83 [Pcd]
84 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
85
86 [Depex]
87 gEfiAcpiSupportProtocolGuid AND
88 gEfiMpServiceProtocolGuid AND
89 gEfiCpuIoProtocolGuid
90