]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2InstanceLibDTpm.inf
CommitLineData
c1d93242 1## @file\r
79e748cf 2# Provides a DTPM instance for TPM 2.0 TIS/PTP.\r
c1d93242 3#\r
79e748cf
JY
4# This library can be registered to Tpm 2.0 device router, to be active TPM 2.0\r
5# engine, based on platform setting. It supports both TIS (TPM Interface Specification)\r
6# and PTP (Platform TPM Profile) functions.\r
60c944c7 7#\r
f15cb995 8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
7a56650e 9# Copyright (c) Microsoft Corporation\r
289b714b 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = Tpm2InstanceLibDTpm\r
60c944c7 17 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni\r
c1d93242
JY
18 FILE_GUID = 286BF25A-C2C3-408c-B3B4-25E6758B7317\r
19 MODULE_TYPE = BASE\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = NULL\r
22 CONSTRUCTOR = Tpm2InstanceLibDTpmConstructor\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
4cecd19a 27# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
28#\r
29\r
30[Sources]\r
31 Tpm2Tis.c\r
79e748cf 32 Tpm2Ptp.c\r
c1d93242 33 Tpm2InstanceLibDTpm.c\r
7a56650e
KQ
34 Tpm2DeviceLibDTpmBase.c\r
35 Tpm2DeviceLibDTpm.h\r
c1d93242
JY
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
f15cb995 47 PcdLib\r
c1d93242
JY
48\r
49[Pcd]\r
f15cb995 50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
63197670 51 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
b3548d32 52 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r