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