]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / SecurityPkg / Tcg / PhysicalPresencePei / PhysicalPresencePei.inf
CommitLineData
0c18794e 1## @file\r
60c944c7 2# Produces a PPI to indicate whether to lock TPM in PEI phase\r
0c18794e 3#\r
60c944c7 4# This module produces PEI_LOCK_PHYSICAL_PRESENCE_PPI to indicate whether\r
b3548d32 5# TPM physical presence needs to be locked. It can be replaced by a\r
60c944c7
DG
6# platform specific module.\r
7#\r
b3548d32 8# Copyright (c) 2005 - 2018, Intel Corporation. All rights reserved.<BR>\r
289b714b 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
0c18794e 10#\r
11##\r
12\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PhysicalPresencePei\r
60c944c7 17 MODULE_UNI_FILE = PhysicalPresencePei.uni\r
0c18794e 18 FILE_GUID = 4FE772E8-FE3E-4086-B638-8C493C490488\r
19 MODULE_TYPE = PEIM\r
20 VERSION_STRING = 1.0\r
21\r
22 ENTRY_POINT = PeimEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
4cecd19a 27# VALID_ARCHITECTURES = IA32 X64\r
0c18794e 28#\r
29\r
30[Sources]\r
31 PhysicalPresencePei.c\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 SecurityPkg/SecurityPkg.dec\r
37\r
38[LibraryClasses]\r
39 PeimEntryPoint\r
40 PeiServicesLib\r
41\r
42[Ppis]\r
60c944c7
DG
43 gPeiLockPhysicalPresencePpiGuid ## PRODUCES\r
44 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
0c18794e 45\r
46[Guids]\r
60c944c7 47 gEfiPhysicalPresenceGuid ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
0c18794e 48\r
49[Pcd]\r
60c944c7 50 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence ## SOMETIMES_CONSUMES\r
0c18794e 51\r
b3548d32 52[Depex]\r
0c18794e 53 gEfiPeiMemoryDiscoveredPpiGuid AND\r
54 gEfiPeiReadOnlyVariable2PpiGuid AND\r
55 gPeiTpmInitializedPpiGuid\r
60c944c7
DG
56\r
57[UserExtensions.TianoCore."ExtraFiles"]\r
58 PhysicalPresencePeiExtra.uni\r
b3548d32 59\r