]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Library/SmmTcg2PhysicalPresenceLib/StandaloneMmTcg2PhysicalPresenceLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Library / SmmTcg2PhysicalPresenceLib / StandaloneMmTcg2PhysicalPresenceLib.inf
CommitLineData
45939255
KQ
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
10# Copyright (c) 2015 - 2020, Intel Corporation. All rights reserved.<BR>\r
11# Copyright (c) Microsoft Corporation.\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = StandaloneMmTcg2PhysicalPresenceLib\r
19 FILE_GUID = 75E3D07B-689C-4F42-A8A0-46AFAE868A6F\r
20 MODULE_TYPE = MM_STANDALONE\r
21 PI_SPECIFICATION_VERSION = 0x00010032\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = Tcg2PhysicalPresenceLib|MM_STANDALONE\r
24 CONSTRUCTOR = Tcg2PhysicalPresenceLibStandaloneMmConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources]\r
33 StandaloneMmTcg2PhysicalPresenceLib.c\r
34 MmTcg2PhysicalPresenceLibCommon.c\r
35 MmTcg2PhysicalPresenceLibCommon.h\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 SecurityPkg/SecurityPkg.dec\r
41\r
42[LibraryClasses]\r
43 DebugLib\r
44 Tcg2PpVendorLib\r
45 MmServicesTableLib\r
46 BaseMemoryLib\r
47\r
48[Guids]\r
49 ## SOMETIMES_PRODUCES ## Variable:L"PhysicalPresence"\r
50 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
51 ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresenceFlags"\r
52 gEfiTcg2PhysicalPresenceGuid\r
53\r
54[Protocols]\r
55 gEfiSmmVariableProtocolGuid ## CONSUMES\r
56\r
57[Pcd]\r
58 gEfiSecurityPkgTokenSpaceGuid.PcdTcgPhysicalPresenceInterfaceVer ## CONSUMES\r
59 gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags ## SOMETIMES_CONSUMES\r
60\r
61[Depex]\r
62 gEfiSmmVariableProtocolGuid\r