]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm2CommandLib / Tpm2CommandLib.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides some TPM 2.0 commands\r
c1d93242 3#\r
60c944c7
DG
4# This library is used by other modules to send TPM 2.0 command.\r
5#\r
4cecd19a 6# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = Tpm2CommandLib\r
60c944c7 14 MODULE_UNI_FILE = Tpm2CommandLib.uni\r
c1d93242
JY
15 FILE_GUID = 2F572F32-8BE5-4868-BD1D-7438AD97DC27\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = Tpm2CommandLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
4cecd19a 23# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
24#\r
25\r
26[Sources]\r
27 Tpm2Capability.c\r
28 Tpm2Sequences.c\r
29 Tpm2Integrity.c\r
30 Tpm2Hierarchy.c\r
31 Tpm2NVStorage.c\r
32 Tpm2Startup.c\r
967eacca
JY
33 Tpm2Session.c\r
34 Tpm2Context.c\r
35 Tpm2EnhancedAuthorization.c\r
c1d93242
JY
36 Tpm2Test.c\r
37 Tpm2DictionaryAttack.c\r
087132a8 38 Tpm2Object.c\r
c1d93242
JY
39 Tpm2Miscellaneous.c\r
40 Tpm2Help.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 SecurityPkg/SecurityPkg.dec\r
45\r
46[LibraryClasses]\r
47 BaseLib\r
48 BaseMemoryLib\r
49 DebugLib\r
50 Tpm2DeviceLib\r