]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - SecurityPkg/Tcg/TcgPei/TcgPei.inf
1. Enable use-cases in PEI using SecurityPPI co-equal to the use-cases in DXE using...
[mirror_edk2.git] / SecurityPkg / Tcg / TcgPei / TcgPei.inf
... / ...
CommitLineData
1## @file\r
2# This module will initialize TPM device and measure FVs in PEI phase.\r
3#\r
4# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>\r
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
49 BaseLib\r
50 PcdLib\r
51\r
52[Guids]\r
53 gTcgEventEntryHobGuid\r
54 gMeasuredFvHobGuid\r
55 gEfiTpmDeviceInstanceTpm12Guid\r
56\r
57[Ppis]\r
58 gPeiLockPhysicalPresencePpiGuid\r
59 gEfiPeiFirmwareVolumeInfoPpiGuid\r
60 gEfiPeiFirmwareVolumeInfo2PpiGuid\r
61 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid\r
62 gPeiTpmInitializedPpiGuid\r
63 gEfiEndOfPeiSignalPpiGuid\r
64\r
65[Pcd]\r
66 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm\r
67 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock\r
68 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable\r
69 gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES\r
71 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid\r
72 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy\r
73 gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy\r
74\r
75[FixedPcd]\r
76 gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES\r
78\r
79[Depex]\r
80 gEfiPeiMasterBootModePpiGuid AND\r
81 gEfiPeiReadOnlyVariable2PpiGuid AND\r
82 gEfiTpmDeviceSelectedGuid\r