]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
SecurityPkg TcgStorageOpalLib: Make it be base type really
[mirror_edk2.git] / SecurityPkg / Library / TcgStorageOpalLib / TcgStorageOpalLib.inf
CommitLineData
9dd05dde
ED
1## @file\r
2# This is a Tcg storage Opal library.\r
3#\r
4# This module is used to provide API used by Opal password solution.\r
5#\r
6accc5fa 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
9dd05dde
ED
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15[Defines]\r
16 INF_VERSION = 0x00010017\r
17 BASE_NAME = TcgStorageOpalLib\r
18 FILE_GUID = F8B56221-FD5D-4215-B578-C3574AD1E253\r
19 VERSION_STRING = 1.0\r
20 MODULE_TYPE = BASE\r
6accc5fa 21 LIBRARY_CLASS = TcgStorageOpalLib\r
9dd05dde
ED
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
26# VALID_ARCHITECTURES = IA32 X64\r
27#\r
28\r
29[Sources]\r
30 TcgStorageOpalCore.c\r
31 TcgStorageOpalUtil.c\r
32\r
33[LibraryClasses]\r
34 BaseLib\r
35 BaseMemoryLib\r
36 PrintLib\r
37 DebugLib\r
38 TimerLib\r
39 TcgStorageCoreLib\r
9dd05dde
ED
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 SecurityPkg/SecurityPkg.dec\r