]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
MdeModulePkg/CapsuleLib: remove ImageIndex check.
[mirror_edk2.git] / MdeModulePkg / Library / DxePerformanceLib / DxePerformanceLib.inf
index c043848a2fed0169e450ff1ff4ccb97916977d02..edc63c6f0b6c8a783ff46f38e7e8a0398563e3cf 100644 (file)
@@ -3,10 +3,10 @@
 #  \r
 #  This library instance provides infrastructure for DXE phase drivers to log performance\r
 #  data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib\r
-#  to log performance data. If both PerformanceEx and Performance Protocol are not available, it does not log any\r
-#  performance information.\r
+#  to log performance data. If both PerformanceEx and Performance Protocol are not available,\r
+#  it does not log any performance information.\r
 #  \r
-#  Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2014, 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
@@ -20,6 +20,7 @@
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxePerformanceLib\r
+  MODULE_UNI_FILE                = DxePerformanceLib.uni\r
   FILE_GUID                      = 8B8B4CCC-65FC-41a5-8067-308B8E42CCF2\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
 \r
 \r
 [Guids]\r
-  gPerformanceProtocolGuid      ## SOMETIMES_CONSUMES ## PROTOCOL\r
-  gPerformanceExProtocolGuid    ## SOMETIMES_CONSUMES ## PROTOCOL\r
+  gPerformanceProtocolGuid      ## SOMETIMES_CONSUMES   ## UNDEFINED # Locate protocol\r
+  gPerformanceExProtocolGuid    ## SOMETIMES_CONSUMES   ## UNDEFINED # Locate protocol\r
 \r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r
+  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask    ## CONSUMES\r
 \r