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