diff mbox series

[edk2,01/10] StandaloneMmPkg: drop redundant definition of gEfiMmConfigurationProtocolGuid

Message ID 20190305133248.4828-2-ard.biesheuvel@linaro.org
State New
Headers show
Series StandaloneMmPkg, ArmPkg: cleanups and improvements | expand

Commit Message

Ard Biesheuvel March 5, 2019, 1:32 p.m. UTC
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>

---
 StandaloneMmPkg/StandaloneMmPkg.dec | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.20.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Comments

Yao, Jiewen March 5, 2019, 1:53 p.m. UTC | #1
Reviewed-by: jiewen.yao@intel.com


> -----Original Message-----

> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of

> Ard Biesheuvel

> Sent: Tuesday, March 5, 2019 5:33 AM

> To: edk2-devel@lists.01.org

> Cc: Yao, Jiewen <jiewen.yao@intel.com>

> Subject: [edk2] [PATCH 01/10] 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>

> ---

>  StandaloneMmPkg/StandaloneMmPkg.dec | 3 ---

>  1 file changed, 3 deletions(-)

> 

> diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec

> b/StandaloneMmPkg/StandaloneMmPkg.dec

> index 34108376233d..0b5fbf9e1767 100644

> --- a/StandaloneMmPkg/StandaloneMmPkg.dec

> +++ b/StandaloneMmPkg/StandaloneMmPkg.dec

> @@ -42,6 +42,3 @@ [Guids]

>  [PcdsFeatureFlag]

> 

> gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOL

> EAN|0x00000001

> 

> -[Protocols]

> -  gEfiMmConfigurationProtocolGuid          = { 0xc109319, 0xc149,

> 0x450e,  { 0xa3, 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 }}

> -

> --

> 2.20.1

> 

> _______________________________________________

> edk2-devel mailing list

> edk2-devel@lists.01.org

> https://lists.01.org/mailman/listinfo/edk2-devel

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/StandaloneMmPkg/StandaloneMmPkg.dec b/StandaloneMmPkg/StandaloneMmPkg.dec
index 34108376233d..0b5fbf9e1767 100644
--- a/StandaloneMmPkg/StandaloneMmPkg.dec
+++ b/StandaloneMmPkg/StandaloneMmPkg.dec
@@ -42,6 +42,3 @@  [Guids]
 [PcdsFeatureFlag]
   gStandaloneMmPkgTokenSpaceGuid.PcdStandaloneMmEnable|FALSE|BOOLEAN|0x00000001
 
-[Protocols]
-  gEfiMmConfigurationProtocolGuid          = { 0xc109319, 0xc149, 0x450e,  { 0xa3, 0xe3, 0xb9, 0xba, 0xdd, 0x9d, 0xc3, 0xa4 }}
-