]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.inf
SecurityPkg/Tcg2Pei: drop PeiReadOnlyVariable from Depex
[mirror_edk2.git] / SecurityPkg / Tcg / Tcg2Pei / Tcg2Pei.inf
index 29ca3aa918fbaf74ab23977eb2a4824054cafa94..a4aae1488ff8eb57842dbdb705c504c3f072b01f 100644 (file)
@@ -1,9 +1,15 @@
 ## @file\r
 #  Initializes TPM 2.0 device and measure FVs in PEI phase\r
 #\r
+#  Spec Compliance Info:\r
+#    "TCG PC Client Platform Firmware Profile Specification for TPM Family 2.0 Level 00 Revision 00.21"\r
+#      along with\r
+#    "Errata for PC Client Specific Platform Firmware Profile Specification Version 1.0 Revision 0.21"\r
+#\r
 #  This module will initialize TPM device, measure reported FVs and BIOS version.\r
 #\r
-# Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2017, Microsoft Corporation.  All rights reserved. <BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
@@ -52,7 +58,7 @@
   PerformanceLib\r
   MemoryAllocationLib\r
   ReportStatusCodeLib\r
-  Tcg2PhysicalPresenceLib\r
+  ResetSystemLib\r
 \r
 [Guids]\r
   gTcgEventEntryHobGuid                                                ## PRODUCES               ## HOB\r
@@ -69,6 +75,7 @@
   gPeiTpmInitializedPpiGuid                                            ## SOMETIMES_PRODUCES\r
   gPeiTpmInitializationDonePpiGuid                                     ## PRODUCES\r
   gEfiEndOfPeiSignalPpiGuid                                            ## SOMETIMES_CONSUMES     ## NOTIFY\r
+  gEdkiiPeiFirmwareVolumeInfoPrehashedFvPpiGuid                        ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdFirmwareVersionString              ## SOMETIMES_CONSUMES\r
   gEfiSecurityPkgTokenSpaceGuid.PcdTpm2ScrtmPolicy                     ## CONSUMES\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported              ## CONSUMES\r
   gEfiSecurityPkgTokenSpaceGuid.PcdStatusCodeSubClassTpmDevice         ## SOMETIMES_CONSUMES\r
-  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask                        ## CONSUMES\r
+  ## SOMETIMES_CONSUMES\r
+  ## SOMETIMES_PRODUCES\r
+  gEfiSecurityPkgTokenSpaceGuid.PcdTpm2HashMask\r
 \r
 [Depex]\r
   gEfiPeiMasterBootModePpiGuid AND\r
-  gEfiPeiReadOnlyVariable2PpiGuid AND\r
   gEfiTpmDeviceSelectedGuid\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r