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