]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm12DeviceLibDTpm/Tpm12DeviceLibDTpm.inf
SecurityPkg: Replace BSD License with BSD+Patent License
[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
289b714b 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = Tpm12DeviceLibDTpm\r
60c944c7 16 MODULE_UNI_FILE = Tpm12DeviceLibDTpm.uni\r
c1d93242
JY
17 FILE_GUID = BC2B7672-A48B-4d58-B39E-AEE3707B5A23\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = Tpm12DeviceLib\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
4cecd19a 25# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
26#\r
27\r
28[Sources]\r
29 Tpm12Tis.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 SecurityPkg/SecurityPkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 BaseMemoryLib\r
38 IoLib\r
39 TimerLib\r
40 DebugLib\r
41\r
42[Pcd]\r
b3548d32 43 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r