diff options
author | Star Zeng <star.zeng@intel.com> | 2015-02-05 00:59:56 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-02-05 00:59:56 +0000 |
commit | b4e09b0f628dcf85128787de5ed0275430ccaf33 (patch) | |
tree | 1aa20666f84d373b33eb68af39992b19812bb13d /MdeModulePkg/Library | |
parent | c011b6c9e2baf57fc0557117e9875ceb3dca55a3 (diff) | |
download | edk2-platforms-b4e09b0f628dcf85128787de5ed0275430ccaf33.tar.xz |
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')
-rw-r--r-- | MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLib.inf | 1 | ||||
-rw-r--r-- | MdeModulePkg/Library/SmmCorePerformanceLib/SmmCorePerformanceLibInternal.h | 1 |
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.
|