]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
MdeModulePkg/SmmCorePerformanceLib:Track FPDT record in SMM phase
[mirror_edk2.git] / MdeModulePkg / Library / SmmCorePerformanceLib / SmmCorePerformanceLib.inf
index 1b2fbd3ea3ae99ac1cf748416ca26d51cd48006c..01d8604eb61d4e6ba985f3e6fdefa981160c8a1d 100644 (file)
@@ -8,7 +8,7 @@
 #  This library is mainly used by SMM Core to start performance logging to ensure that\r
 #  SMM Performance and PerformanceEx Protocol are installed at the very beginning of SMM phase.\r
 #  \r
-#  Copyright (c) 2011 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel 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
   SmmServicesTableLib\r
   SmmMemLib\r
   UefiLib\r
+  ReportStatusCodeLib\r
+  PeCoffGetEntryPointLib\r
 \r
 [Protocols]\r
   gEfiSmmBase2ProtocolGuid                  ## CONSUMES\r
+  gEdkiiSmmReadyToBootProtocolGuid          ## NOTIFY\r
 \r
 [Guids]\r
   ## PRODUCES ## UNDEFINED # Install protocol\r
@@ -71,6 +74,9 @@
   gSmmPerformanceExProtocolGuid\r
   ## PRODUCES ## SystemTable\r
   gPerformanceProtocolGuid\r
+  gEdkiiFpdtExtendedFirmwarePerformanceGuid ## SOMETIMES_PRODUCES ## UNDEFINED # StatusCode Data\r
+  gZeroGuid                                 ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask    ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask        ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiFpdtStringRecordEnableOnly ## CONSUMES\r