Add new extension PerformanceLib APIs to store ID info.

Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13215 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lzeng14
2012-04-24 09:12:36 +00:00
parent ba14539c90
commit f0da4d7d9a
16 changed files with 2325 additions and 684 deletions

View File

@@ -2,11 +2,11 @@
# Performance library instance used in DXE phase.
#
# 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
# data. It consumes PerformanceEx or Performance Protocol published by DxeCorePerformanceLib
# to log performance data. If both PerformanceEx and Performance Protocol are not available, it does not log any
# performance information.
#
# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
# Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -47,7 +47,8 @@
[Guids]
gPerformanceProtocolGuid ## CONSUMES ## PROTOCOL
gPerformanceProtocolGuid ## SOMETIMES_CONSUMES ## PROTOCOL
gPerformanceExProtocolGuid ## SOMETIMES_CONSUMES ## PROTOCOL
[Pcd]