]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
70f54f7f8ad8a9821fd16d4651cbf055191c7f2f
[mirror_edk2.git] / SecurityPkg / Library / TcgStorageOpalLib / TcgStorageOpalLib.inf
1 ## @file
2 # This is a Tcg storage Opal library.
3 #
4 # This module is used to provide API used by Opal password solution.
5 #
6 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
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 [Defines]
16 INF_VERSION = 0x00010017
17 BASE_NAME = TcgStorageOpalLib
18 FILE_GUID = F8B56221-FD5D-4215-B578-C3574AD1E253
19 VERSION_STRING = 1.0
20 MODULE_TYPE = BASE
21 LIBRARY_CLASS = TcgStorageOpalLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 TcgStorageOpalCore.c
31 TcgStorageOpalUtil.c
32 TcgStorageOpalLibInternal.h
33
34 [LibraryClasses]
35 BaseLib
36 BaseMemoryLib
37 PrintLib
38 DebugLib
39 TimerLib
40 TcgStorageCoreLib
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 SecurityPkg/SecurityPkg.dec