]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2DeviceLibDTpm.inf
1 ## @file
2 # Provides TPM 2.0 TIS/PTP functions for DTPM
3 #
4 # Spec Compliance Info:
5 # "TCG PC Client Platform TPM Profile(PTP) Specification Family 2.0 Level 00 Revision 00.43"
6 # "TCG PC Client Specific TPM Interface Specification(TIS) Version 1.3"
7 #
8 # This library implements TIS (TPM Interface Specification) and
9 # PTP (Platform TPM Profile) functions which is
10 # used for every TPM 2.0 command. Choosing this library means platform uses and
11 # only uses TPM 2.0 DTPM device.
12 #
13 # Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>
14 # Copyright (c) Microsoft Corporation.
15 # SPDX-License-Identifier: BSD-2-Clause-Patent
16 #
17 ##
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Tpm2DeviceLibDTpm
22 MODULE_UNI_FILE = Tpm2DeviceLibDTpm.uni
23 FILE_GUID = E54A3327-A345-4068-8842-70AC0D519855
24 MODULE_TYPE = BASE
25 VERSION_STRING = 1.0
26 LIBRARY_CLASS = Tpm2DeviceLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
27 CONSTRUCTOR = Tpm2DeviceLibConstructor
28 #
29 # The following information is for reference only and not required by the build tools.
30 #
31 # VALID_ARCHITECTURES = IA32 X64
32 #
33
34 [Sources]
35 Tpm2Tis.c
36 Tpm2Ptp.c
37 Tpm2DeviceLibDTpm.c
38 Tpm2DeviceLibDTpmBase.c
39 Tpm2DeviceLibDTpm.h
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 SecurityPkg/SecurityPkg.dec
44
45 [LibraryClasses]
46 BaseLib
47 BaseMemoryLib
48 IoLib
49 TimerLib
50 DebugLib
51 PcdLib
52
53 [Pcd]
54 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES
55 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES
56 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES