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
This commit is contained in:
qhuang8
2008-12-15 15:56:02 +00:00
parent e05e2b73fc
commit 857dfc455d
7 changed files with 68 additions and 22 deletions

View File

@@ -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]