diff options
author | Dandan Bi <dandan.bi@intel.com> | 2018-07-17 10:10:49 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-08-06 13:58:54 +0800 |
commit | 29890da47d18c602c199819b78ae15c08e22cab0 (patch) | |
tree | 01a2ad297699580c2fc5cc91ec0e31a8fa48a4f2 | |
parent | 18219ab369277151d908a4b6a75a8e371c810c3d (diff) | |
download | edk2-29890da47d18c602c199819b78ae15c08e22cab0.zip edk2-29890da47d18c602c199819b78ae15c08e22cab0.tar.gz edk2-29890da47d18c602c199819b78ae15c08e22cab0.tar.bz2 |
ShellPkg: Remove DxeSmmPerformanceLib
DxeSmmPerformanceLib previously is used by DP tool.
But in new pweformance infrastructure, we have updated
Dp tool to get the performance data from firmware
performance data table in ACPI.
So remove the usage of DxeSmmPerformanceLib here.
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
-rw-r--r-- | ShellPkg/ShellPkg.dsc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc index cb2a242..59dd07e 100644 --- a/ShellPkg/ShellPkg.dsc +++ b/ShellPkg/ShellPkg.dsc @@ -129,13 +129,8 @@ ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.inf {
<PcdsFixedAtBuild>
gEfiShellPkgTokenSpaceGuid.PcdShellLibAutoInitialize|FALSE
- <LibraryClasses>
- PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
- }
- ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf {
- <LibraryClasses>
- PerformanceLib|MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
}
+ ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.inf
[BuildOptions]
*_*_*_CC_FLAGS = -D DISABLE_NEW_DEPRECATED_INTERFACES
|