VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.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.3 KB
Line 
1## @file
2# PEI LockBox library instance.
3#
4# Copyright (c) 2010 - 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 = SmmLockBoxPeiLib
13 MODULE_UNI_FILE = SmmLockBoxPeiLib.uni
14 FILE_GUID = 5F5E6140-E7BA-4bd6-B85F-236B5BCD8E1E
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = LockBoxLib|PEIM
18
19#
20# The following information is for reference only and not required by the build tools.
21#
22# VALID_ARCHITECTURES = IA32 X64
23#
24
25[Sources]
26 SmmLockBoxPeiLib.c
27 SmmLockBoxLibPrivate.h
28
29[Packages]
30 MdePkg/MdePkg.dec
31 MdeModulePkg/MdeModulePkg.dec
32
33[LibraryClasses]
34 PeiServicesTablePointerLib
35 PeiServicesLib
36 BaseLib
37 BaseMemoryLib
38 HobLib
39 DebugLib
40
41[FeaturePcd]
42 gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSwitchToLongMode ## CONSUMES
43
44[Guids]
45 ## SOMETIMES_CONSUMES ## UNDEFINED # Used to do smm communication
46 ## SOMETIMES_CONSUMES ## UNDEFINED # SmmSystemTable
47 gEfiSmmLockBoxCommunicationGuid
48 gEfiAcpiVariableGuid ## SOMETIMES_CONSUMES ## HOB
49
50[Ppis]
51 gEfiPeiSmmCommunicationPpiGuid ## CONSUMES
52 gPeiSmmAccessPpiGuid ## SOMETIMES_CONSUMES
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