mirror of https://github.com/acidanthera/audk.git
StandaloneMmPkg: drop redundant definition of gEfiMmConfigurationProtocolGuid
gEfiMmConfigurationProtocolGuid is already defined in MdePkg, so drop the duplicate definition from StandaloneMmPkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Reviewed-by "Yao, Jiewen" <jiewen.yao@intel.com>
This commit is contained in:
parent
326598e9b7
commit
56edfb174a
|
@ -42,6 +42,3 @@
|
||||||
[PcdsFeatureFlag]
|
[PcdsFeatureFlag]
|
||||||
gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001
|
gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001
|
||||||
|
|
||||||
[Protocols]
|
|
||||||
gEfiMmConfigurationProtocolGuid = { 0xc109319, 0xc149, 0x450e, { 0xa3, 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 }}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue