VirtualBox

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

Last change on this file since 76553 was 58466, checked in by vboxsync, 9 years ago

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

  • Property svn:eol-style set to native
File size: 2.0 KB
Line 
1## @file
2# DXE S3 boot script Library.
3#
4# Copyright (c) 2006 - 2014, 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 MODULE_UNI_FILE = DxeS3BootScriptLib.uni
20 FILE_GUID = 57F9967B-26CD-4262-837A-55B8AA158254
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = S3BootScriptLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION
24
25
26 CONSTRUCTOR = S3BootScriptLibInitialize
27
28#
29# The following information is for reference only and not required by the build tools.
30#
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC
32#
33
34[Sources]
35 BootScriptSave.c
36 BootScriptExecute.c
37 InternalBootScriptLib.h
38 BootScriptInternalFormat.h
39
40
41[Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44
45[LibraryClasses]
46 UefiBootServicesTableLib
47 BaseLib
48 BaseMemoryLib
49 TimerLib
50 DebugLib
51 PcdLib
52 UefiLib
53 SmbusLib
54 PciLib
55 IoLib
56 LockBoxLib
57
58[Protocols]
59 gEfiSmmBase2ProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiDxeSmmReadyToLockProtocolGuid ## NOTIFY
61 gEfiSmmReadyToLockProtocolGuid ## NOTIFY
62
63[Pcd]
64 ## CONSUMES
65 ## SOMETIMES_PRODUCES
66 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateDataPtr
67 ## CONSUMES
68 ## SOMETIMES_PRODUCES
69 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptTablePrivateSmmDataPtr
70 gEfiMdeModulePkgTokenSpaceGuid.PcdS3BootScriptRuntimeTableReservePageNumber ## CONSUMES
71
Note: See TracBrowser for help on using the repository browser.

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