]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Library / DxeCorePerformanceLib / DxeCorePerformanceLib.inf
index 6e6324213df285245ff27f2cd4af44f7d8632c53..6ab725309c4dfc42696777dd11c0fb9a340e1831 100644 (file)
@@ -1,11 +1,16 @@
-#/** @file\r
+## @file\r
+#  Performance library instance mainly for DxeCore usage.\r
 #  \r
-#    Component description file for DxeCore Performance Library\r
+#  This library provides the performance measurement interfaces and initializes performance\r
+#  logging for DXE phase. It first initializes its private global data structure for\r
+#  performance logging and saves the performance GUIDed HOB passed from PEI phase. \r
+#  It initializes DXE phase performance logging by publishing the Performance Protocol,\r
+#  which is consumed by DxePerformanceLib to logging performance data in DXE phase.\r
+#  This library is mainly used by DxeCore to start performance logging to ensure that\r
+#  Performance Protocol is installed at the very beginning of DXE phase.\r
 #  \r
-#   This library provides intrastructure for DxeCore to log performance.\r
-#  \r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2010, 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
 #  http://opensource.org/licenses/bsd-license.php\r
@@ -13,7 +18,7 @@
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #  \r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -31,7 +36,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DxeCorePerformanceLib.c\r
   DxeCorePerformanceLibInternal.h\r
 \r
 \r
 \r
 [Guids]\r
-  gPeiPerformanceHobGuid                        # ALWAYS_CONSUMED\r
-\r
-\r
-[Protocols]\r
-  gPerformanceProtocolGuid                      # PROTOCOL ALWAYS_PRODUCED\r
+  gPerformanceProtocolGuid                        ## CONSUMES ## HOB\r
+  gPerformanceProtocolGuid                        ## PRODUCES ## PROTOCOL\r
 \r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries\r
   gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask\r