summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 15:56:02 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-15 15:56:02 +0000
commit857dfc455d7999f61c9b55f0a930c6b4087804b9 (patch)
tree4a0efd95ee6b1df71558d3bda1b4e0c04c780f1d /MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
parente05e2b73fc9e7b6662e0f8681b3e3ac2194662c7 (diff)
downloadedk2-platforms-857dfc455d7999f61c9b55f0a930c6b4087804b9.tar.xz
Code scrub performance library instances in MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7037 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf')
-rw-r--r--MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf10
1 files changed, 6 insertions, 4 deletions
diff --git a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
index ff1f03b3c9..70c19db97a 100644
--- a/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
+++ b/MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
@@ -1,8 +1,10 @@
#/** @file
+# Performance library instance used in DXE phase.
#
-# Component description file for Dxe Performance Library
-#
-# This library provides intrastructure for Dxe driver to log performance.
+# This library instance provides infrastructure for DXE phase drivers to log performance
+# data. It consumes Performance Protocol published by DxeCorePerformanceLib
+# to log performance data. If Performance Protocol is not available, it does not log any
+# performance information.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
# All rights reserved. This program and the accompanying materials
@@ -45,7 +47,7 @@
[Protocols]
- gPerformanceProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gPerformanceProtocolGuid
[Pcd.common]