]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/TcgStorageCoreLib/TcgStorageCoreLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / TcgStorageCoreLib / TcgStorageCoreLib.inf
CommitLineData
085dcf01
ED
1## @file\r
2# This is a Tcg Storage core library.\r
3#\r
4# This module is used to provide API used by Opal password solution.\r
5#\r
d62cb7bb 6# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
085dcf01
ED
8#\r
9##\r
10[Defines]\r
11 INF_VERSION = 0x00010017\r
12 BASE_NAME = TcgStorageCoreLib\r
13 FILE_GUID = ad63b09b-1fc9-4789-af0c-5af8a3fb1f9c\r
14 VERSION_STRING = 1.0\r
15 MODULE_TYPE = BASE\r
d62cb7bb 16 LIBRARY_CLASS = TcgStorageCoreLib\r
085dcf01
ED
17#\r
18# The following information is for reference only and not required by the build tools.\r
19#\r
20# VALID_ARCHITECTURES = IA32 X64\r
21#\r
22\r
23[LibraryClasses]\r
24 BaseLib\r
25 BaseMemoryLib\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29 SecurityPkg/SecurityPkg.dec\r
30\r
31[Sources]\r
32 TcgStorageCore.c\r
33 TcgStorageUtil.c\r