]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / Tpm12DeviceLibDTpm / Tpm12DeviceLibDTpm.inf
CommitLineData
c1d93242 1## @file\r
60c944c7 2# Provides TPM 1.2 TIS functions\r
b3548d32
LG
3#\r
4# This library implements TIS (TPM Interface Specification) functions which is\r
5# used for every TPM 1.2 command. Choosing this library means platform uses and\r
60c944c7 6# only uses TPM 1.2 device.\r
c1d93242 7#\r
b3548d32 8# Copyright (c) 2013 - 2018, 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 = Tpm12DeviceLibDTpm\r
60c944c7 21 MODULE_UNI_FILE = Tpm12DeviceLibDTpm.uni\r
c1d93242
JY
22 FILE_GUID = BC2B7672-A48B-4d58-B39E-AEE3707B5A23\r
23 MODULE_TYPE = BASE\r
24 VERSION_STRING = 1.0\r
25 LIBRARY_CLASS = Tpm12DeviceLib\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 Tpm12Tis.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 SecurityPkg/SecurityPkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 BaseMemoryLib\r
43 IoLib\r
44 TimerLib\r
45 DebugLib\r
46\r
47[Pcd]\r
b3548d32 48 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r