summaryrefslogtreecommitdiffstats
path: root/StandaloneMmPkg
diff options
context:
space:
mode:
authorArd Biesheuvel <ard.biesheuvel@linaro.org>2019-01-21 14:11:23 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-03-11 12:46:35 +0100
commit56edfb174ad6bbb2101d6e7f3b694f9c11ff1428 (patch)
tree25530786036aa964d971f0ef97c62693c1e2fdc0 /StandaloneMmPkg
parent326598e9b7591dc4117c453b270811f645d099b7 (diff)
downloadedk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.tar.gz
edk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.tar.bz2
edk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.zip
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>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r--StandaloneMmPkg/StandaloneMmPkg.dec3
1 files changed, 0 insertions, 3 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec b/StandaloneMmPkg/StandaloneMmPkg.dec
index 3410837623..0b5fbf9e17 100644
--- a/StandaloneMmPkg/StandaloneMmPkg.dec
+++ b/StandaloneMmPkg/StandaloneMmPkg.dec
@@ -42,6 +42,3 @@
[PcdsFeatureFlag]
gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001
-[Protocols]
- gEfiMmConfigurationProtocolGuid = { 0xc109319, 0xc149, 0x450e, { 0xa3, 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 }}
-