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