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