VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/DxeS3BootScriptLib.inf@ 81344

Last change on this file since 81344 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.8 KB
Line 
1## @file
2# DXE S3 boot script Library.
3#
4# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
5#
6# SPDX-License-Identifier: BSD-2-Clause-Patent
7#
8##
9
10[Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = DxeS3BootScriptLib
13 MODULE_UNI_FILE = DxeS3BootScriptLib.uni
14 FILE_GUID = 57F9967B-26CD-4262-837A-55B8AA158254
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = S3BootScriptLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
18
19
20 CONSTRUCTOR = S3BootScriptLibInitialize
21 DESTRUCTOR = S3BootScriptLibDeinitialize
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 BootScriptSave.c
31 BootScriptExecute.c
32 InternalBootScriptLib.h
33 BootScriptInternalFormat.h
34
35
36[Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40[LibraryClasses]
41 UefiBootServicesTableLib
42 BaseLib
43 BaseMemoryLib
44 TimerLib
45 DebugLib
46 PcdLib
47 UefiLib
48 SmbusLib
49 PciSegmentLib
50 IoLib
51 LockBoxLib
52
53[Protocols]
54 gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES
55 gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY
56 gEfiSmmReadyToLockProtocolGuid ## NOTIFY
57 gEdkiiSmmExitBootServicesProtocolGuid ## NOTIFY
58 gEdkiiSmmLegacyBootProtocolGuid ## NOTIFY
59
60[Pcd]
61 ## CONSUMES
62 ## SOMETIMES_PRODUCES
63 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr
64 ## CONSUMES
65 ## SOMETIMES_PRODUCES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr
67 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptRuntimeTableReservePageNumber ## CONSUMES
68
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette