]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseS3StallLib/BaseS3StallLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseS3StallLib / BaseS3StallLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of S3 Stall Library based on Timer and S3 BootScript Library.\r
3#\r
4# Stall Services that do stall and also enable the Stall operatation\r
5# to be replayed during an S3 resume.\r
6#\r
7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = BaseS3StallLib\r
16 MODULE_UNI_FILE = BaseS3StallLib.uni\r
17 FILE_GUID = 498C6AC3-CC29-4821-BE6F-7C6F4ECF2C14\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = S3StallLib\r
21\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64 EBC\r
27#\r
28\r
29[Sources]\r
30 S3StallLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 DebugLib\r
37 TimerLib\r
38 S3BootScriptLib\r
39\r