]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
a80cb00a9ce3e34c8d652068790c678b02bf73a8
[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, 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 = TcgStorageCoreLib
18 FILE_GUID = ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c
19 VERSION_STRING = 1.0
20 MODULE_TYPE = BASE
21 LIBRARY_CLASS = TcgStorageCoreLib|DXE_DRIVER DXE_CORE DXE_SMM_DRIVER
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [LibraryClasses]
29 BaseLib
30 BaseMemoryLib
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 SecurityPkg/SecurityPkg.dec
35
36 [Sources]
37 TcgStorageCore.c
38 TcgStorageUtil.c