]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Acpi/SmmS3SaveState/SmmS3SaveState.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Universal / Acpi / SmmS3SaveState / SmmS3SaveState.inf
1 ## @file
2 # S3 SMM Boot Script Save State driver.
3 #
4 # It will install S3 SMM Save State protocol to store or record various IO operations to be replayed during an S3 resume.
5 #
6 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = SmmS3SaveState
15 MODULE_UNI_FILE = SmmS3SaveState.uni
16 FILE_GUID = 2D59F041-53A4-40d0-A6CD-844DC0DFEF17
17 MODULE_TYPE = DXE_SMM_DRIVER
18 VERSION_STRING = 1.0
19 PI_SPECIFICATION_VERSION = 0x0001000A
20
21 ENTRY_POINT = InitializeSmmS3SaveState
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 SmmS3SaveState.c
31 InternalSmmSaveState.h
32
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 SmmServicesTableLib
40 UefiDriverEntryPoint
41 BaseMemoryLib
42 BaseLib
43 S3BootScriptLib
44 PcdLib
45
46 [Protocols]
47 gEfiS3SmmSaveStateProtocolGuid ## PRODUCES
48
49 [Pcd]
50 gEfiMdeModulePkgTokenSpaceGuid.PcdAcpiS3Enable ## CONSUMES
51
52 [Depex]
53 TRUE
54
55 [UserExtensions.TianoCore."ExtraFiles"]
56 SmmS3SaveStateExtra.uni