]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseS3StallLib / BaseS3StallLib.inf
1 ## @file
2 # Instance of S3 Stall Library based on Timer and S3 BootScript Library.
3 #
4 # Stall Services that do stall and also enable the Stall operatation
5 # to be replayed during an S3 resume.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BaseS3StallLib
16 MODULE_UNI_FILE = BaseS3StallLib.uni
17 FILE_GUID = 498C6AC3-CC29-4821-BE6F-7C6F4ECF2C14
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = S3StallLib
21
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 S3StallLib.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 DebugLib
37 TimerLib
38 S3BootScriptLib
39