]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/SmmTcg2PhysicalPresenceLib.inf
SecurityPkg: Change default value source
[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
23 CONSTRUCTOR = Tcg2PhysicalPresenceLibConstructor\r
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
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 SecurityPkg/SecurityPkg.dec\r
38\r
39[LibraryClasses]\r
40 DebugLib\r
41 Tcg2PpVendorLib\r
42 SmmServicesTableLib\r
87c04781
ZC
43 BaseMemoryLib\r
44\r
1abfa4ce
JY
45[Guids]\r
46 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
47 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
48 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
49 gEfiTcg2PhysicalPresenceGuid\r
84391f57
ZC
50\r
51[Pcd]\r
52 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer ## CONSUMES\r
1a2ad3ba 53 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES\r
84391f57 54\r
1abfa4ce 55[Depex]\r
b3548d32 56 gEfiSmmVariableProtocolGuid\r