mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
c011b6c9e2
commit
b4e09b0f62
|
@ -60,7 +60,6 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiSmmBase2ProtocolGuid ## CONSUMES
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
|
||||
[Guids]
|
||||
## PRODUCES ## UNDEFINED # Install protocol
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <PiSmm.h>
|
||||
|
||||
#include <Protocol/SmmReportStatusCodeHandler.h>
|
||||
#include <Protocol/SmmAccess2.h>
|
||||
|
||||
#include <Guid/FirmwarePerformance.h>
|
||||
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiSmmRscHandlerProtocolGuid ## CONSUMES
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
|
||||
[Guids]
|
||||
## SOMETIMES_PRODUCES ## UNDEFINED # SaveLockBox
|
||||
|
|
|
@ -60,7 +60,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Protocol/SmmSwapAddressRange.h>
|
||||
#include "FaultTolerantWrite.h"
|
||||
#include "FaultTolerantWriteSmmCommon.h"
|
||||
#include <Protocol/SmmAccess2.h>
|
||||
#include <Protocol/SmmEndOfDxe.h>
|
||||
|
||||
EFI_EVENT mFvbRegistration = NULL;
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
## PRODUCES
|
||||
## UNDEFINED # SmiHandlerRegister
|
||||
gEfiSmmFaultTolerantWriteProtocolGuid
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
gEfiSmmEndOfDxeProtocolGuid ## CONSUMES
|
||||
|
||||
[FeaturePcd]
|
||||
|
|
|
@ -35,7 +35,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
#include <Protocol/SmmReadyToLock.h>
|
||||
#include <Protocol/SmmCommunication.h>
|
||||
#include <Protocol/SmmAccess2.h>
|
||||
#include <Protocol/LockBox.h>
|
||||
#include <Guid/SmmLockBox.h>
|
||||
|
||||
|
|
|
@ -57,7 +57,6 @@
|
|||
|
||||
[Protocols]
|
||||
gEfiSmmReadyToLockProtocolGuid ## NOTIFY
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
gEfiLockBoxProtocolGuid ## PRODUCES
|
||||
|
||||
[Depex]
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -74,7 +74,6 @@
|
|||
## PRODUCES
|
||||
## UNDEFINED # SmiHandlerRegister
|
||||
gEfiSmmVariableProtocolGuid
|
||||
gEfiSmmAccess2ProtocolGuid ## CONSUMES
|
||||
gEfiSmmEndOfDxeProtocolGuid ## NOTIFY
|
||||
gEdkiiSmmVarCheckProtocolGuid ## PRODUCES
|
||||
|
||||
|
|
Loading…
Reference in New Issue