From 4b4a068cd4cc21d767a25d6f1e966dac12acd4fd Mon Sep 17 00:00:00 2001 From: Star Zeng Date: Thu, 5 Feb 2015 01:00:53 +0000 Subject: [PATCH] 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 Reviewed-by: Liming Gao git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16761 6f19259b-4bc3-4df7-8a09-765794883524 --- SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.c | 1 - SecurityPkg/VariableAuthenticated/RuntimeDxe/VariableSmm.inf | 1 - 2 files changed, 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 #include #include -#include #include #include 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 -- 2.39.2