]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
Add new extension PerformanceLib APIs to store ID info.
[mirror_edk2.git] / MdeModulePkg / Library / SmmCorePerformanceLib / SmmCorePerformanceLib.inf
index cbf2c545f6852949ad138b4ec2d63c1ef3709b6d..0cc367f971acdbee2a53fc51e5514fafe471d860 100644 (file)
@@ -3,12 +3,12 @@
 #  \r
 #  This library provides the performance measurement interfaces and initializes performance\r
 #  logging for the SMM phase. \r
-#  It initializes SMM phase performance logging by publishing the Performance Protocol,\r
+#  It initializes SMM phase performance logging by publishing the SMM Performance and PerformanceEx Protocol,\r
 #  which is consumed by SmmPerformanceLib to logging performance data in SMM phase.\r
 #  This library is mainly used by SMM Core to start performance logging to ensure that\r
-#  SMM Performance Protocol is installed at the very beginning of SMM phase.\r
+#  SMM Performance and PerformanceEx Protocol are installed at the very beginning of SMM phase.\r
 #  \r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2012, 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
@@ -54,6 +54,7 @@
   BaseLib\r
   DebugLib\r
   SynchronizationLib\r
+  SmmServicesTableLib\r
 \r
 [Protocols]\r
   gEfiSmmBase2ProtocolGuid                  ## CONSUMES\r
@@ -61,7 +62,7 @@
 \r
 [Guids]\r
   gSmmPerformanceProtocolGuid               ## PRODUCES\r
+  gSmmPerformanceExProtocolGuid             ## PRODUCES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
   gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r