VirtualBox

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

Last change on this file since 61497 was 58464, checked in by vboxsync, 9 years ago

EFI/Firmware: Export new files and directories.

  • Property svn:eol-style set to native
File size: 1.2 KB
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# This program and the accompanying materials are licensed and made available
9# under the terms and conditions of the BSD License which accompanies this
10# distribution. The full text of the license may be found at
11# http://opensource.org/licenses/bsd-license.php
12#
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
15# IMPLIED.
16#
17##
18
19[Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = LockBoxBaseLib
22 FILE_GUID = 17CA9B37-5BAB-492C-A09C-7121FBE34CE6
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = LockBoxLib
26
27 CONSTRUCTOR = LockBoxLibInitialize
28
29[Sources]
30 LockBoxBase.c
31 LockBoxLib.c
32
33[Packages]
34 MdePkg/MdePkg.dec
35 MdeModulePkg/MdeModulePkg.dec
36 OvmfPkg/OvmfPkg.dec
37
38[LibraryClasses]
39 BaseMemoryLib
40 DebugLib
41
42[Pcd]
43 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageBase
44 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageSize
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