]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2DeviceLibDTpm.inf
... / ...
CommitLineData
1## @file\r
2# Provides TPM 2.0 TIS/PTP functions for DTPM\r
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
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
11# only uses TPM 2.0 DTPM device.\r
12#\r
13# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
14# Copyright (c) Microsoft Corporation.\r
15# SPDX-License-Identifier: BSD-2-Clause-Patent\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Tpm2DeviceLibDTpm\r
22 MODULE_UNI_FILE = Tpm2DeviceLibDTpm.uni\r
23 FILE_GUID = E54A3327-A345-4068-8842-70AC0D519855\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = Tpm2DeviceLib|PEIM DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
27 CONSTRUCTOR = Tpm2DeviceLibConstructor\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64\r
32#\r
33\r
34[Sources]\r
35 Tpm2Tis.c\r
36 Tpm2Ptp.c\r
37 Tpm2DeviceLibDTpm.c\r
38 Tpm2DeviceLibDTpmBase.c\r
39 Tpm2DeviceLibDTpm.h\r
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
51 PcdLib\r
52\r
53[Pcd]\r
54 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
55 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
56 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r