diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-01-21 14:11:23 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2019-03-11 12:46:35 +0100 |
commit | 56edfb174ad6bbb2101d6e7f3b694f9c11ff1428 (patch) | |
tree | 25530786036aa964d971f0ef97c62693c1e2fdc0 /StandaloneMmPkg/StandaloneMmPkg.dec | |
parent | 326598e9b7591dc4117c453b270811f645d099b7 (diff) | |
download | edk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.zip edk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.tar.gz edk2-56edfb174ad6bbb2101d6e7f3b694f9c11ff1428.tar.bz2 |
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/StandaloneMmPkg.dec')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.dec | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec b/StandaloneMmPkg/StandaloneMmPkg.dec index 3410837..0b5fbf9 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 }}
-
|