]> git.proxmox.com Git - mirror_edk2.git/blob - SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpmStandaloneMm.inf
SecurityPkg: Tpm2DeviceLibDTpm: Introduce StandaloneMm instance
[mirror_edk2.git] / SecurityPkg / Library / Tpm2DeviceLibDTpm / Tpm2DeviceLibDTpmStandaloneMm.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 = Tpm2DeviceLibDTpmStandaloneMm
22 FILE_GUID = 9A5DB21A-FF0B-46D0-8672-B4F83FEF1F0E
23 MODULE_TYPE = BASE
24 VERSION_STRING = 1.0
25 LIBRARY_CLASS = Tpm2DeviceLib|MM_STANDALONE
26 CONSTRUCTOR = Tpm2DeviceLibConstructor
27
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 Tpm2DeviceLibDTpmStandaloneMm.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