]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
FatPkg/FatPei: Add the recognition of recovery capsule on NVME device
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2DeviceLibDTpm.inf
... / ...
CommitLineData
1## @file\r
2# Provides TPM 2.0 TIS/PTP functions for DTPM\r
3#\r
4# Spec Compliance Info:\r
5# "TCG PC Client Platform TPM Profile(PTP) Specification Family 2.0 Level 00 Revision 00.43"\r
6# "TCG PC Client Specific TPM Interface Specification(TIS) Version 1.3"\r
7#\r
8# This library implements TIS (TPM Interface Specification) and\r
9# PTP (Platform TPM Profile) functions which is\r
10# used for every TPM 2.0 command. Choosing this library means platform uses and\r
11# only uses TPM 2.0 DTPM device.\r
12#\r
13# Copyright (c) 2013 - 2017, Intel Corporation. All rights reserved.<BR>\r
14# This program and the accompanying materials\r
15# are licensed and made available under the terms and conditions of the BSD License\r
16# which accompanies this distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
19# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
20#\r
21##\r
22\r
23[Defines]\r
24 INF_VERSION = 0x00010005\r
25 BASE_NAME = Tpm2DeviceLibDTpm\r
26 MODULE_UNI_FILE = Tpm2DeviceLibDTpm.uni\r
27 FILE_GUID = E54A3327-A345-4068-8842-70AC0D519855\r
28 MODULE_TYPE = BASE\r
29 VERSION_STRING = 1.0\r
30 LIBRARY_CLASS = Tpm2DeviceLib\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
35# VALID_ARCHITECTURES = IA32 X64 IPF\r
36#\r
37\r
38[Sources]\r
39 Tpm2Tis.c\r
40 Tpm2Ptp.c\r
41 Tpm2DeviceLibDTpm.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 SecurityPkg/SecurityPkg.dec\r
46\r
47[LibraryClasses]\r
48 BaseLib\r
49 BaseMemoryLib\r
50 IoLib\r
51 TimerLib\r
52 DebugLib\r
53\r
54[Pcd]\r
55 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r