]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/AcpiVariableHobOnSmramReserveHobThunk/AcpiVariableHobOnSmramReserveHobThunk.inf
Clean and split AcpiVariable.h in IntelFrameworkModulePkg into 2 new .h files for...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / AcpiVariableHobOnSmramReserveHobThunk / AcpiVariableHobOnSmramReserveHobThunk.inf
CommitLineData
a7a0f78b 1## @file\r
2# Component description file for AcpiVariableHob on SmramReservedHob Thunk driver.\r
3#\r
1261fe23 4# Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
a7a0f78b 5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions\r
8# of the BSD License which accompanies this distribution. The\r
9# full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = AcpiVariableHobOnSmramReserveHobThunk\r
20 FILE_GUID = 49B7F3E1-6C08-4a5b-911C-E9E397ED4178\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 ENTRY_POINT = AcpiVariableHobEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64\r
29#\r
30\r
31[Sources]\r
32 AcpiVariableHobOnSmramReserveHobThunk.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
1261fe23 37 MdeModulePkg/MdeModulePkg.dec\r
a7a0f78b 38\r
39[LibraryClasses]\r
40 PeimEntryPoint\r
41 MemoryAllocationLib\r
42 DebugLib\r
43 HobLib\r
44 PeiServicesLib\r
45 BaseMemoryLib\r
46 \r
47[Guids]\r
48 gEfiSmmPeiSmramMemoryReserveGuid # ALWAYS_CONSUMED\r
49 gEfiAcpiVariableGuid # ALWAYS_CONSUMED\r
50\r
51[Depex]\r
52 gEfiPeiMemoryDiscoveredPpiGuid\r