]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Library / PiDxeS3BootScriptLib / DxeS3BootScriptLib.inf
CommitLineData
64d14edf 1## @file\r
e7a0d419 2# DXE S3 boot script Library.\r
64d14edf 3#\r
6036e94d 4# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
64d14edf 5#\r
6# This program and the accompanying materials are\r
7# licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeS3BootScriptLib\r
6036e94d 19 MODULE_UNI_FILE = DxeS3BootScriptLib.uni\r
64d14edf 20 FILE_GUID = 57F9967B-26CD-4262-837A-55B8AA158254\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
e7a0d419 23 LIBRARY_CLASS = S3BootScriptLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
64d14edf 24\r
25\r
26 CONSTRUCTOR = S3BootScriptLibInitialize\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 BootScriptSave.c\r
36 BootScriptExecute.c\r
37 InternalBootScriptLib.h\r
38 BootScriptInternalFormat.h\r
39\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 MdeModulePkg/MdeModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 UefiBootServicesTableLib\r
47 BaseLib\r
48 BaseMemoryLib\r
49 TimerLib\r
50 DebugLib\r
51 PcdLib\r
52 UefiLib\r
53 SmbusLib\r
54 PciLib\r
55 IoLib \r
56 LockBoxLib\r
6036e94d 57\r
64d14edf 58[Protocols]\r
6036e94d
SZ
59 gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES\r
60 gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY\r
61 gEfiSmmReadyToLockProtocolGuid ## NOTIFY\r
62\r
64d14edf 63[Pcd]\r
6036e94d
SZ
64 ## CONSUMES\r
65 ## SOMETIMES_PRODUCES\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr\r
67 ## CONSUMES\r
68 ## SOMETIMES_PRODUCES\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptRuntimeTableReservePageNumber ## CONSUMES\r
71\r