]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/AcpiS3SaveDxe.inf
9618dc2bae9237865d0b218f55924664511522a7
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Acpi / AcpiS3SaveDxe / AcpiS3SaveDxe.inf
1 ## @file
2 # Component description file for AcpiS3Save module.
3 #
4 # This is an implementation of the ACPI S3 Save protocol.
5 # Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
6 #
7 # This program and the accompanying materials are
8 # licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = AcpiS3SaveDxe
20 FILE_GUID = 2BDED685-F733-455f-A840-43A22B791FB3
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23
24 ENTRY_POINT = InstallAcpiS3Save
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources]
33 AcpiS3Save.h
34 AcpiS3Save.c
35 AcpiVariableThunkPlatform.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 IntelFrameworkPkg/IntelFrameworkPkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42
43 [LibraryClasses]
44 PcdLib
45 UefiRuntimeServicesTableLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 BaseMemoryLib
49 HobLib
50 UefiLib
51 LockBoxLib
52 DebugLib
53 DxeServicesLib
54
55 [Guids]
56 gEfiAcpiVariableGuid # ALWAYS_CONSUMED
57 gEfiAcpiS3ContextGuid # ALWAYS_CONSUMED
58 gEfiAcpiVariableCompatiblityGuid # SOMETIME_CONSUMED L"AcpiGlobalVariable"
59 gEfiAcpi20TableGuid # ALWAYS_CONSUMED System Table
60 gEfiAcpi10TableGuid # ALWAYS_CONSUMED System Table
61
62 [Protocols]
63 gEfiAcpiS3SaveProtocolGuid # PROTOCOL ALWAYS_PRODUCED
64 gEfiLegacyBiosProtocolGuid # PROTOCOL ALWAYS_CONSUMED
65 gEfiLegacyRegion2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
66 gFrameworkEfiMpServiceProtocolGuid # PROTOCOL SOMETIMES_CONSUMED
67 gEdkiiVariableLockProtocolGuid ## SOMETIMES_CONSUMES
68
69 [FeaturePcd]
70 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPlatformCsmSupport ## CONSUMES
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFrameworkCompatibilitySupport ## CONSUMES
72 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode
73
74 [Pcd]
75 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3AcpiReservedMemorySize ## CONSUMES
76 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdS3BootScriptStackSize ## CONSUMES
77 gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable
78 ## SOMETIMES_CONSUMES
79 ## SOMETIMES_PRODUCES
80 gEfiMdeModulePkgTokenSpaceGuid.PcdIdentifyMappingPageTablePtr
81
82 [Depex]
83 #
84 # Note: the extra dependency of gEfiMpServiceProtocolGuid is to ensure that ACPI variable is set by MpDxe driver before
85 # AcpiS3SaveDxe module is executed.
86 #
87 gEfiVariableArchProtocolGuid AND gEfiVariableWriteArchProtocolGuid AND gEfiMpServiceProtocolGuid
88