]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12CommandLib/Tpm12CommandLib.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12CommandLib.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides some TPM 1.2 commands\r
c1d93242 3#\r
60c944c7
DG
4# This library is used by other modules to send TPM 1.2 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 = Tpm12CommandLib\r
60c944c7 14 MODULE_UNI_FILE = Tpm12CommandLib.uni\r
c1d93242
JY
15 FILE_GUID = C595047C-70B3-4731-99CC-A014E956D7A7\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = Tpm12CommandLib\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 Tpm12Startup.c\r
28 Tpm12Ownership.c\r
92ca0c67 29 Tpm12NvStorage.c\r
83b9662f
MK
30 Tpm12GetCapability.c\r
31 Tpm12Pcr.c\r
32 Tpm12PhysicalPresence.c\r
33 Tpm12SelfTest.c\r
c1d93242
JY
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 SecurityPkg/SecurityPkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 IoLib\r
43 TimerLib\r
44 DebugLib\r
45 Tpm12DeviceLib\r