]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/Library/LockBoxLib/LockBoxBaseLib.inf
OvmfPkg: implement LockBoxLib
[mirror_edk2.git] / OvmfPkg / Library / LockBoxLib / LockBoxBaseLib.inf
CommitLineData
6a7cba79
LE
1## @file\r
2#\r
3# Library implementing the LockBox interface for OVMF\r
4#\r
5# Copyright (C) 2013, Red Hat, Inc.\r
6# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials are licensed and made available\r
9# under the terms and conditions of the BSD License which accompanies this\r
10# distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
15# IMPLIED.\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = LockBoxBaseLib\r
22 FILE_GUID = 17CA9B37-5BAB-492C-A09C-7121FBE34CE6\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = LockBoxLib\r
26\r
27 CONSTRUCTOR = LockBoxLibInitialize\r
28\r
29[Sources]\r
30 LockBoxBase.c\r
31 LockBoxLib.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 OvmfPkg/OvmfPkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseMemoryLib\r
40 DebugLib\r
41\r
42[Pcd]\r
43 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageBase\r
44 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfLockBoxStorageSize\r