]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFsp2WrapperPkg/FspmWrapperPeim/FspmWrapperPeim.inf
IntelFsp2WraperPkg/Fsp{m|s}WrapperPeim: Add FspBin measurement.
[mirror_edk2.git] / IntelFsp2WrapperPkg / FspmWrapperPeim / FspmWrapperPeim.inf
index dce7ef3d0bbd0713240e2cf1757a470498dbc0f2..c3578397b6d7b8590246f27f6149c7880ed4989f 100644 (file)
@@ -6,7 +6,7 @@
 # register TemporaryRamDonePpi to call TempRamExit API, and register MemoryDiscoveredPpi\r
 # notify to call FspSiliconInit API.\r
 #\r
-#  Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
   TimerLib\r
   FspWrapperApiLib\r
   FspWrapperApiTestLib\r
+  FspMeasurementLib\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
   UefiCpuPkg/UefiCpuPkg.dec\r
+  SecurityPkg/SecurityPkg.dec\r
   IntelFsp2Pkg/IntelFsp2Pkg.dec\r
   IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dec\r
 \r
 [Pcd]\r
-  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress     ## CONSUMES\r
-  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress  ## CONSUMES\r
-  gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection    ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmBaseAddress       ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspmUpdDataAddress    ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspModeSelection      ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFsptBaseAddress       ## CONSUMES\r
+  gIntelFsp2WrapperTokenSpaceGuid.PcdFspMeasurementConfig  ## CONSUMES\r
 \r
 [Sources]\r
   FspmWrapperPeim.c\r
   gFspHobGuid                           ## PRODUCES ## HOB\r
   gFspApiPerformanceGuid                ## SOMETIMES_CONSUMES ## GUID\r
 \r
+[Ppis]\r
+  gEdkiiTcgPpiGuid                                       ## NOTIFY\r
+  gEfiPeiFirmwareVolumeInfoMeasurementExcludedPpiGuid    ## PRODUCES\r
+\r
 [Depex]\r
-  gEfiPeiMasterBootModePpiGuid\r
+  gEfiPeiMasterBootModePpiGuid AND\r
+  gPeiTpmInitializationDonePpiGuid\r