]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/PhysicalPresencePei/PhysicalPresencePei.inf
SecurityPkg: Tcg2Dxe: Report correct FinalEventLog size
[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
DG
4# This module produces PEI_LOCK_PHYSICAL_PRESENCE_PPI to indicate whether\r
5# TPM physical presence needs to be locked. It can be replaced by a \r
6# platform specific module.\r
7#\r
8# Copyright (c) 2005 - 2014, Intel Corporation. All rights reserved.<BR>\r
0c18794e 9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = PhysicalPresencePei\r
60c944c7 22 MODULE_UNI_FILE = PhysicalPresencePei.uni\r
0c18794e 23 FILE_GUID = 4FE772E8-FE3E-4086-B638-8C493C490488\r
24 MODULE_TYPE = PEIM\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = PeimEntry\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF\r
33#\r
34\r
35[Sources]\r
36 PhysicalPresencePei.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41 SecurityPkg/SecurityPkg.dec\r
42\r
43[LibraryClasses]\r
44 PeimEntryPoint\r
45 PeiServicesLib\r
46\r
47[Ppis]\r
60c944c7
DG
48 gPeiLockPhysicalPresencePpiGuid ## PRODUCES\r
49 gEfiPeiReadOnlyVariable2PpiGuid ## CONSUMES\r
0c18794e 50\r
51[Guids]\r
60c944c7 52 gEfiPhysicalPresenceGuid ## SOMETIMES_CONSUMES ## Variable:L"PhysicalPresence"\r
0c18794e 53\r
54[Pcd]\r
60c944c7 55 gEfiSecurityPkgTokenSpaceGuid.PcdTpmPhysicalPresence ## SOMETIMES_CONSUMES\r
0c18794e 56\r
57[Depex] \r
58 gEfiPeiMemoryDiscoveredPpiGuid AND\r
59 gEfiPeiReadOnlyVariable2PpiGuid AND\r
60 gPeiTpmInitializedPpiGuid\r
60c944c7
DG
61\r
62[UserExtensions.TianoCore."ExtraFiles"]\r
63 PhysicalPresencePeiExtra.uni\r
64