diff options
author | Star Zeng <star.zeng@intel.com> | 2015-02-05 01:00:53 +0000 |
---|---|---|
committer | lzeng14 <lzeng14@Edk2> | 2015-02-05 01:00:53 +0000 |
commit | 4b4a068cd4cc21d767a25d6f1e966dac12acd4fd (patch) | |
tree | 4382bb87a29903519d7da1d5af35ae3b7e4c38ec /SecurityPkg | |
parent | b4e09b0f628dcf85128787de5ed0275430ccaf33 (diff) | |
download | edk2-platforms-4b4a068cd4cc21d767a25d6f1e966dac12acd4fd.tar.xz |
SecurityPkg: Cleanup gEfiSmmAccess2ProtocolGuid reference.
As the driver does 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@16761 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c | 1 | ||||
-rw-r--r-- | SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c index 8c80a0064f..a1ac461542 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c @@ -28,7 +28,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Protocol/SmmVariable.h>
#include <Protocol/SmmFirmwareVolumeBlock.h>
#include <Protocol/SmmFaultTolerantWrite.h>
-#include <Protocol/SmmAccess2.h>
#include <Protocol/SmmEndOfDxe.h>
#include <Protocol/SmmVarCheck.h>
diff --git a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf index d415bdef42..efb80f3665 100644 --- a/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf +++ b/SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf @@ -79,7 +79,6 @@ [Protocols]
gEfiSmmFirmwareVolumeBlockProtocolGuid ## CONSUMES
- gEfiSmmAccess2ProtocolGuid ## CONSUMES
## PRODUCES
## UNDEFINED # SmiHandlerRegister
|