2 # Initializes TPM 2.0 device and measure FVs in PEI phase
\r
4 # This module will initialize TPM device, measure reported FVs and BIOS version.
\r
6 # Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>
\r
7 # This program and the accompanying materials
\r
8 # are licensed and made available under the terms and conditions of the BSD License
\r
9 # which accompanies this distribution. The full text of the license may be found at
\r
10 # http://opensource.org/licenses/bsd-license.php
\r
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
\r
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
\r
17 INF_VERSION = 0x00010005
\r
19 MODULE_UNI_FILE = TrEEPei.uni
\r
20 FILE_GUID = CA5A1928-6523-409d-A9FE-5DCC87387222
\r
22 VERSION_STRING = 1.0
\r
23 ENTRY_POINT = PeimEntryMA
\r
26 # The following information is for reference only and not required by the build tools.
\r
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
\r
31 # S3_RESUME ## SOMETIMES_CONSUMES
\r
39 MdeModulePkg/MdeModulePkg.dec
\r
40 SecurityPkg/SecurityPkg.dec
\r
49 PeiServicesTablePointerLib
\r
57 gTcgEventEntryHobGuid ## PRODUCES ## HOB
\r
58 gTpmErrorHobGuid ## SOMETIMES_PRODUCES ## HOB
\r
59 gMeasuredFvHobGuid ## PRODUCES ## HOB
\r
60 gEfiTpmDeviceInstanceNoneGuid ## SOMETIMES_PRODUCES ## GUID # TPM device identifier
\r
61 gEfiTpmDeviceInstanceTpm12Guid ## SOMETIMES_PRODUCES ## GUID # TPM device identifier
\r
64 gEfiPeiFirmwareVolumeInfoPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
\r
65 gEfiPeiFirmwareVolumeInfo2PpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
\r
66 gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid ## SOMETIMES_CONSUMES
\r
67 gPeiTpmInitializedPpiGuid ## PRODUCES
\r
68 gEfiEndOfPeiSignalPpiGuid ## SOMETIMES_CONSUMES ## NOTIFY
\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## SOMETIMES_CONSUMES
\r
72 gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid ## CONSUMES
\r
73 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2InitializationPolicy ## CONSUMES
\r
74 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2SelfTestPolicy ## SOMETIMES_CONSUMES
\r
75 gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy ## CONSUMES
\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES
\r
77 gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice ## SOMETIMES_CONSUMES
\r
80 gEfiPeiMasterBootModePpiGuid AND
\r
81 gEfiPeiReadOnlyVariable2PpiGuid AND
\r
82 gEfiTpmDeviceSelectedGuid
\r
84 [UserExtensions.TianoCore."ExtraFiles"]
\r