VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf@ 80721

Last change on this file since 80721 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: 955 bytes
Line 
1## @file
2#
3# Library implementing the LockBox interface for OVMF
4#
5# Copyright (C) 2013, Red Hat, Inc.
6# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = LockBoxBaseLib
15 FILE_GUID = 17CA9B37-5BAB-492C-A09C-7121FBE34CE6
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = LockBoxLib
19
20 CONSTRUCTOR = LockBoxLibInitialize
21
22[Sources]
23 LockBoxBase.c
24 LockBoxLib.c
25 LockBoxLib.h
26
27[Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30 OvmfPkg/OvmfPkg.dec
31
32[LibraryClasses]
33 BaseMemoryLib
34 DebugLib
35
36[Pcd]
37 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageBase
38 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageSize
39
40[FeaturePcd]
41 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
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