]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
SecurityPkg: Apply uncrustify changes
[mirror_edk2.git] / SecurityPkg / Library / TcgStorageCoreLib / TcgStorageCoreLib.inf
1 ## @file
2 # This is a Tcg Storage core 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 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10 [Defines]
11 INF_VERSION = 0x00010017
12 BASE_NAME = TcgStorageCoreLib
13 FILE_GUID = ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c
14 VERSION_STRING = 1.0
15 MODULE_TYPE = BASE
16 LIBRARY_CLASS = TcgStorageCoreLib
17 #
18 # The following information is for reference only and not required by the build tools.
19 #
20 # VALID_ARCHITECTURES = IA32 X64
21 #
22
23 [LibraryClasses]
24 BaseLib
25 BaseMemoryLib
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 SecurityPkg/SecurityPkg.dec
30
31 [Sources]
32 TcgStorageCore.c
33 TcgStorageUtil.c