]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
MdeModulePkg: Update PerformanceLib instances not to check Identifier.
[mirror_edk2.git] / MdeModulePkg / Library / DxeSmmPerformanceLib / DxeSmmPerformanceLib.inf
index 997187c38ff40fb2d27f4e895bd371994d7718e3..a661328dce165179702ea9f63d23dfba8bf207cb 100644 (file)
@@ -1,10 +1,11 @@
 ## @file\r
 #  Performance library instance used in DXE phase to dump SMM performance data.\r
 #  \r
-#  This library instance allows a DXE driver or UEFI application to dump the SMM performance data.\r
-#  StartPerformanceMeasurement() and EndPerformanceMeasurement() are not implemented.\r
+#  This library instance allows a DXE driver or UEFI application to dump both PEI/DXE and SMM performance data.\r
+#  StartPerformanceMeasurement(), EndPerformanceMeasurement(), StartPerformanceMeasurementEx()\r
+#  and EndPerformanceMeasurementEx() are not implemented.\r
 #  \r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2015, 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
@@ -18,6 +19,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeSmmPerformanceLib\r
+  MODULE_UNI_FILE                = DxeSmmPerformanceLib.uni\r
   FILE_GUID                      = DA80C15C-0B4D-4e75-8946-4043DE559B0C\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
   MemoryAllocationLib\r
 \r
 [Guids]\r
-  gSmmPerformanceProtocolGuid            ## CONSUMES\r
+  gPerformanceProtocolGuid              ## SOMETIMES_CONSUMES   ## UNDEFINED # Locate protocol\r
+  gPerformanceExProtocolGuid            ## SOMETIMES_CONSUMES   ## UNDEFINED # Locate protocol\r
+  gSmmPerformanceProtocolGuid           ## SOMETIMES_PRODUCES   ## UNDEFINED # Used to do smm communication\r
+  gSmmPerformanceExProtocolGuid         ## SOMETIMES_PRODUCES   ## UNDEFINED # Used to do smm communication\r
 \r
 [Protocols]\r
-  gEfiSmmCommunicationProtocolGuid       ## CONSUMES\r
+  gEfiSmmCommunicationProtocolGuid      ## CONSUMES\r
 \r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
+  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask    ## CONSUMES\r
 \r
 [Depex.common.DXE_DRIVER, Depex.common.DXE_RUNTIME_DRIVER]\r
   gEfiSmmCommunicationProtocolGuid\r