]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Library/PeiS3Lib/PeiS3Lib.inf
OvmfPkg: Drop build flag USE_LEGACY_ISA_STACK and legacy ISA stack
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiS3Lib / PeiS3Lib.inf
1 ## @file
2 # This library provides API to invoke the S3 resume vector in the ACPI Table in S3 resume mode.
3 #
4 # This library instance is no longer used and module using this library
5 # class should update to directly locate EFI_PEI_S3_RESUME_PPI defined
6 # in PI 1.2 specification.
7 #
8 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PeiS3Lib
18 MODULE_UNI_FILE = PeiS3Lib.uni
19 FILE_GUID = EFB7D3A8-DEB9-4bed-B6D6-3B09BEEB835A
20 MODULE_TYPE = PEIM
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = S3Lib|PEIM
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 EBC
28 #
29
30 [Sources]
31 PeiS3Lib.c
32
33 [Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 IntelFrameworkPkg/IntelFrameworkPkg.dec
37
38 [LibraryClasses]
39 PeiServicesTablePointerLib
40 DebugLib
41
42 [Ppis]
43 gEfiPeiS3ResumePpiGuid ## CONSUMES
44