summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/SmmCorePerformanceLib
diff options
context:
space:
mode:
authorStar Zeng <star.zeng@intel.com>2015-02-05 00:59:56 +0000
committerlzeng14 <lzeng14@Edk2>2015-02-05 00:59:56 +0000
commitb4e09b0f628dcf85128787de5ed0275430ccaf33 (patch)
tree1aa20666f84d373b33eb68af39992b19812bb13d /MdeModulePkg/Library/SmmCorePerformanceLib
parentc011b6c9e2baf57fc0557117e9875ceb3dca55a3 (diff)
downloadedk2-b4e09b0f628dcf85128787de5ed0275430ccaf33.tar.gz
edk2-b4e09b0f628dcf85128787de5ed0275430ccaf33.tar.bz2
edk2-b4e09b0f628dcf85128787de5ed0275430ccaf33.zip
MdeModulePkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
As the drivers and library do not reference gEfiSmmAccess2ProtocolGuid explicitly now after SmmMemLib introduced. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16760 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/SmmCorePerformanceLib')
-rw-r--r--MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf1
-rw-r--r--MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
index c87e159ba4..160a749390 100644
--- a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
+++ b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf
@@ -60,7 +60,6 @@
[Protocols]
gEfiSmmBase2ProtocolGuid ## CONSUMES
- gEfiSmmAccess2ProtocolGuid ## CONSUMES
[Guids]
## PRODUCES ## UNDEFINED # Install protocol
diff --git a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h
index c0e0a0076c..8eb30320ee 100644
--- a/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h
+++ b/MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h
@@ -35,7 +35,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/SmmMemLib.h>
#include <Protocol/SmmBase2.h>
-#include <Protocol/SmmAccess2.h>
//
// Interface declarations for SMM PerformanceEx Protocol.