]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / SmmTcg2PhysicalPresenceLib / SmmTcg2PhysicalPresenceLib.inf
CommitLineData
1abfa4ce
JY
1## @file\r
2# Handle TPM 2.0 physical presence requests from OS.\r
3#\r
4# This library will handle TPM 2.0 physical presence request from OS.\r
5#\r
6# Caution: This module requires additional review when modified.\r
7# This driver will have external input - variable.\r
8# This external input must be validated carefully to avoid security issue.\r
9#\r
1a2ad3ba 10# Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR>\r
289b714b 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1abfa4ce
JY
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SmmTcg2PhysicalPresenceLib\r
18 MODULE_UNI_FILE = SmmTcg2PhysicalPresenceLib.uni\r
19 FILE_GUID = AAE02741-858B-4964-9887-CA870489D944\r
20 MODULE_TYPE = DXE_SMM_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = Tcg2PhysicalPresenceLib|DXE_SMM_DRIVER\r
45939255 23 CONSTRUCTOR = Tcg2PhysicalPresenceLibTraditionalConstructor\r
1abfa4ce
JY
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
4cecd19a 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
1abfa4ce
JY
29#\r
30\r
31[Sources]\r
32 SmmTcg2PhysicalPresenceLib.c\r
45939255
KQ
33 MmTcg2PhysicalPresenceLibCommon.c\r
34 MmTcg2PhysicalPresenceLibCommon.h\r
1abfa4ce
JY
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 SecurityPkg/SecurityPkg.dec\r
40\r
41[LibraryClasses]\r
42 DebugLib\r
43 Tcg2PpVendorLib\r
45939255 44 MmServicesTableLib\r
87c04781
ZC
45 BaseMemoryLib\r
46\r
1abfa4ce
JY
47[Guids]\r
48 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
49 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
50 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
51 gEfiTcg2PhysicalPresenceGuid\r
84391f57
ZC
52\r
53[Pcd]\r
54 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer ## CONSUMES\r
1a2ad3ba 55 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES\r
84391f57 56\r
1abfa4ce 57[Depex]\r
b3548d32 58 gEfiSmmVariableProtocolGuid\r