1#
2#
3# Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved
4#
5
6# This program and the accompanying materials are licensed and made available under
7
8# the terms and conditions of the BSD License that accompanies this distribution.
9
10# The full text of the license may be found at
11
12# http://opensource.org/licenses/bsd-license.php.
13
14#
15
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17
18# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19
20#
21
22#
23#
24#  Module Name:
25#
26#   AcpiPlatformBB.inf
27#
28#  Abstract:
29#
30#
31
32
33
34[defines]
35  INF_VERSION                    = 0x00010005
36  BASE_NAME                      = AcpiPlatform
37  FILE_GUID                      = F0F6F006-DAB4-44b2-A7A1-0F72EEDCA716
38  MODULE_TYPE                    = DXE_DRIVER
39  VERSION_STRING                 = 1.0
40  ENTRY_POINT                    = AcpiPlatformEntryPoint
41
42[sources.common]
43  AcpiPlatformHooks.c
44  AcpiPlatform.c
45
46[Packages]
47  Vlv2TbltDevicePkg/PlatformPkg.dec
48  MdePkg/MdePkg.dec
49  IntelFrameworkPkg/IntelFrameworkPkg.dec
50  MdeModulePkg/MdeModulePkg.dec
51  Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec
52  IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
53  Vlv2TbltDevicePkg/PlatformPkg.dec
54
55[LibraryClasses]
56  HobLib
57  UefiRuntimeServicesTableLib
58  UefiDriverEntryPoint
59  BaseMemoryLib
60  DebugLib
61  HobLib
62  IoLib
63  PchPlatformLib
64
65[Guids]
66  gACPIOSFRMfgStringVariableGuid
67  gEfiAcpiTableStorageGuid
68  gACPIOSFRMfgStringVariableGuid
69  gEfiBoardFeaturesGuid
70  gEfiPlatformInfoGuid
71  gEfiNormalSetupGuid
72  gACPIOSFRRefDataBlockVariableGuid
73  gACPIOSFRModelStringVariableGuid
74  gEfiPlatformCpuInfoGuid
75  gEfiVlv2VariableGuid
76
77[Protocols]
78  gEfiAcpiTableProtocolGuid                     # PROTOCOL ALWAYS_CONSUMED
79  gEnhancedSpeedstepProtocolGuid
80  gEfiPlatformCpuProtocolGuid
81  gEfiAcpiSupportProtocolGuid
82  gEfiAcpiS3SaveProtocolGuid
83  gEfiCpuIoProtocolGuid
84  gEfiPs2PolicyProtocolGuid
85  gEfiFirmwareVolume2ProtocolGuid
86  gEfiMpServiceProtocolGuid
87  gEfiGlobalNvsAreaProtocolGuid
88  gEfiTcgProtocolGuid
89  gEfiFirmwareVolumeProtocolGuid
90  gIgdOpRegionProtocolGuid
91
92[Pcd]
93  gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiTableStorageFile
94
95[Depex]
96  gEfiAcpiSupportProtocolGuid AND
97  gEfiMpServiceProtocolGuid AND
98  gEfiCpuIoProtocolGuid
99
100