]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
6d92ae11
ZC
3#\r
4# Spec Compliance Info:\r
5# "TCG PC Client Platform TPM Profile(PTP) Specification Family 2.0 Level 00 Revision 00.43"\r
6# "TCG PC Client Specific TPM Interface Specification(TIS) Version 1.3"\r
7#\r
79e748cf
JY
8# This library implements TIS (TPM Interface Specification) and\r
9# PTP (Platform TPM Profile) functions which is\r
10# used for every TPM 2.0 command. Choosing this library means platform uses and\r
60c944c7 11# only uses TPM 2.0 DTPM device.\r
c1d93242 12#\r
f15cb995 13# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
7a56650e 14# Copyright (c) Microsoft Corporation.\r
289b714b 15# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c1d93242
JY
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
f15cb995 26 LIBRARY_CLASS = Tpm2DeviceLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
3781f14c 27 CONSTRUCTOR = Tpm2DeviceLibConstructor\r
c1d93242
JY
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
4cecd19a 31# VALID_ARCHITECTURES = IA32 X64\r
c1d93242
JY
32#\r
33\r
34[Sources]\r
35 Tpm2Tis.c\r
79e748cf 36 Tpm2Ptp.c\r
c1d93242 37 Tpm2DeviceLibDTpm.c\r
7a56650e
KQ
38 Tpm2DeviceLibDTpmBase.c\r
39 Tpm2DeviceLibDTpm.h\r
c1d93242
JY
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43 SecurityPkg/SecurityPkg.dec\r
44\r
45[LibraryClasses]\r
46 BaseLib\r
47 BaseMemoryLib\r
48 IoLib\r
49 TimerLib\r
50 DebugLib\r
f15cb995 51 PcdLib\r
c1d93242
JY
52\r
53[Pcd]\r
60c944c7 54 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
f15cb995 55 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
b3548d32 56 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r