X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=SecurityPkg%2FTcg%2FTcgPei%2FTcgPei.inf;h=c63771396f1071e742ccd2b6d2c075564ac29c90;hp=5d7da7f5e0559a9110123da3c63c026fc1523916;hb=b5412eac9eaccaed53ab32f6c3dd016e71f44a0e;hpb=5a5003323610f215591bd3c0bd1a426583e70fc7 diff --git a/SecurityPkg/Tcg/TcgPei/TcgPei.inf b/SecurityPkg/Tcg/TcgPei/TcgPei.inf index 5d7da7f5e0..c63771396f 100644 --- a/SecurityPkg/Tcg/TcgPei/TcgPei.inf +++ b/SecurityPkg/Tcg/TcgPei/TcgPei.inf @@ -1,7 +1,7 @@ ## @file # This module will initialize TPM device and measure FVs in PEI phase. # -# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at @@ -46,25 +46,36 @@ TimerLib IoLib PeiServicesTablePointerLib + BaseLib + PcdLib + MemoryAllocationLib [Guids] gTcgEventEntryHobGuid + gMeasuredFvHobGuid + gEfiTpmDeviceInstanceTpm12Guid [Ppis] gPeiLockPhysicalPresencePpiGuid gEfiPeiFirmwareVolumeInfoPpiGuid + gEfiPeiFirmwareVolumeInfo2PpiGuid + gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid gPeiTpmInitializedPpiGuid + gEfiEndOfPeiSignalPpiGuid [Pcd] - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpm gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceLifetimeLock gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceCmdEnable gEfiSecurityPkgTokenSpaceGuid.PcdPhysicalPresenceHwEnable + gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString ## CONSUMES + gEfiSecurityPkgTokenSpaceGuid.PcdTpmInstanceGuid + gEfiSecurityPkgTokenSpaceGuid.PcdTpmInitializationPolicy + gEfiSecurityPkgTokenSpaceGuid.PcdTpmScrtmPolicy [FixedPcd] - gEfiSecurityPkgTokenSpaceGuid.PcdHideTpmSupport gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported ## CONSUMES [Depex] gEfiPeiMasterBootModePpiGuid AND - gEfiPeiReadOnlyVariable2PpiGuid + gEfiPeiReadOnlyVariable2PpiGuid AND + gEfiTpmDeviceSelectedGuid