]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/TcgStorageOpalLib/TcgStorageOpalLib.inf
SecurityPkg TcgStorageOpalLib: Remove the hard code debug build option.
[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, 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|DXE_DRIVER DXE_CORE DXE_SMM_DRIVER
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
33 [LibraryClasses]
34 BaseLib
35 BaseMemoryLib
36 PrintLib
37 DebugLib
38 TimerLib
39 TcgStorageCoreLib
40 UefiLib
41
42 [Packages]
43 MdePkg/MdePkg.dec
44 SecurityPkg/SecurityPkg.dec
45
46 [Protocols]
47 gEfiStorageSecurityCommandProtocolGuid ## CONSUMES