]> git.proxmox.com Git - mirror_edk2.git/blame - SecurityPkg/Tcg/TcgPei/TcgPei.inf
Enable TPM measurement lib to measure all PE image from a FV unmeasured by TcgPei
[mirror_edk2.git] / SecurityPkg / Tcg / TcgPei / TcgPei.inf
CommitLineData
0c18794e 1## @file\r
2# This module will initialize TPM device and measure FVs in PEI phase.\r
3#\r
5a500332 4# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
0c18794e 5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = TcgPei\r
17 FILE_GUID = 2BE1E4A6-6505-43b3-9FFC-A3C8330E0432\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = PeimEntryMA\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
28[Sources]\r
29 TcgPei.c\r
30 TisPei.c\r
31 TpmComm.c\r
32 TpmComm.h\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 HobLib\r
41 PeimEntryPoint\r
42 PeiServicesLib\r
43 BaseMemoryLib\r
44 DebugLib\r
45 TpmCommLib\r
46 TimerLib\r
47 IoLib\r
48 PeiServicesTablePointerLib\r
333a53ee 49 BaseLib\r
50 PcdLib\r
0c18794e 51\r
52[Guids]\r
53 gTcgEventEntryHobGuid\r
2aadc920 54 gTrustedFvHobGuid\r
0c18794e 55\r
56[Ppis]\r
57 gPeiLockPhysicalPresencePpiGuid\r
58 gEfiPeiFirmwareVolumeInfoPpiGuid\r
59 gPeiTpmInitializedPpiGuid\r
2aadc920 60 gEfiEndOfPeiSignalPpiGuid\r
0c18794e 61\r
62[Pcd]\r
63 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm\r
5a500332 64 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock\r
65 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable\r
66 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable\r
59f968cc 67 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
0c18794e 68\r
69[FixedPcd]\r
70 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES\r
72\r
73[Depex]\r
74 gEfiPeiMasterBootModePpiGuid AND\r
75 gEfiPeiReadOnlyVariable2PpiGuid\r