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