]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2InstanceLibDTpm.inf
... / ...
CommitLineData
1## @file\r
2# Provides a DTPM instance for TPM 2.0 TIS/PTP.\r
3#\r
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
7#\r
8# Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
9# Copyright (c) Microsoft Corporation\r
10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = Tpm2InstanceLibDTpm\r
17 MODULE_UNI_FILE = Tpm2InstanceLibDTpm.uni\r
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
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 Tpm2Tis.c\r
32 Tpm2Ptp.c\r
33 Tpm2InstanceLibDTpm.c\r
34 Tpm2DeviceLibDTpmBase.c\r
35 Tpm2DeviceLibDTpm.h\r
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
47 PcdLib\r
48\r
49[Pcd]\r
50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmBaseAddress ## CONSUMES\r
51 gEfiSecurityPkgTokenSpaceGuid.PcdActiveTpmInterfaceType ## PRODUCES\r
52 gEfiSecurityPkgTokenSpaceGuid.PcdCRBIdleByPass ## PRODUCES\r