diff options
author | Dandan Bi <dandan.bi@intel.com> | 2018-07-17 10:14:04 +0800 |
---|---|---|
committer | Liming Gao <liming.gao@intel.com> | 2018-08-06 13:58:54 +0800 |
commit | d3bc33731f5b039bf3df76e50cbb1f60ce697e9b (patch) | |
tree | 3f6ed10dd52ab2092a81ecabad78163a70a1d485 /MdeModulePkg/MdeModulePkg.dsc | |
parent | 29890da47d18c602c199819b78ae15c08e22cab0 (diff) | |
download | edk2-d3bc33731f5b039bf3df76e50cbb1f60ce697e9b.zip edk2-d3bc33731f5b039bf3df76e50cbb1f60ce697e9b.tar.gz edk2-d3bc33731f5b039bf3df76e50cbb1f60ce697e9b.tar.bz2 |
MdeModulePkg: 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.
Now the DxeSmmPerformanceLib is not used by
any module. So remove it from edk2 code base to
avoid being used by mistake.
Cc: Liming Gao <liming.gao@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dsc')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dsc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index bb77448..e0d8eed 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -488,7 +488,6 @@ MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/PiSmmCoreMemoryAllocationLib.inf
MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
MdeModulePkg/Library/SmmPerformanceLib/SmmPerformanceLib.inf
- MdeModulePkg/Library/DxeSmmPerformanceLib/DxeSmmPerformanceLib.inf
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxPeiLib.inf
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxDxeLib.inf
MdeModulePkg/Library/SmmLockBoxLib/SmmLockBoxSmmLib.inf
|