public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Wu, Hao A" <hao.a.wu@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"Gao, Liming" <liming.gao@intel.com>
Cc: "Wang, Jian J" <jian.j.wang@intel.com>
Subject: Re: [edk2-devel] [Patch 2/6] MdeModulePkg: Remove network related guid definitions from MdeModulePkg.dec
Date: Tue, 17 Sep 2019 03:02:20 +0000	[thread overview]
Message-ID: <B80AF82E9BFB8E4FBD8C89DA810C6A093C932DB0@SHSMSX104.ccr.corp.intel.com> (raw)
In-Reply-To: <1568689139-10548-3-git-send-email-liming.gao@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of
> Liming Gao
> Sent: Tuesday, September 17, 2019 10:59 AM
> To: devel@edk2.groups.io
> Cc: Wang, Jian J; Wu, Hao A
> Subject: [edk2-devel] [Patch 2/6] MdeModulePkg: Remove network related
> guid definitions from MdeModulePkg.dec
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=2196
> Network related guid definitions have been moved into NetworkPkg.dec.
> So, they can be removed from MdeModulePkg.dec.
> 
> Cc: Jian J Wang <jian.j.wang@intel.com>
> Cc: Hao A Wu <hao.a.wu@intel.com>
> Signed-off-by: Liming Gao <liming.gao@intel.com>
> ---
>  MdeModulePkg/MdeModulePkg.dec | 10 ----------
>  1 file changed, 10 deletions(-)
> 
> diff --git a/MdeModulePkg/MdeModulePkg.dec
> b/MdeModulePkg/MdeModulePkg.dec
> index 17beb45235..a680641fe7 100644
> --- a/MdeModulePkg/MdeModulePkg.dec
> +++ b/MdeModulePkg/MdeModulePkg.dec
> @@ -295,16 +295,6 @@
>    ## Include/Guid/PlatDriOverrideHii.h
>    gPlatformOverridesManagerGuid      = { 0x8614567d, 0x35be, 0x4415, { 0x8d,
> 0x88, 0xbd, 0x7d, 0xc, 0x9c, 0x70, 0xc0 }}
> 
> -  ## Include/Guid/Ip4Config2Hii.h
> -  gIp4Config2NvDataGuid              = { 0x9b942747, 0x154e, 0x4d29, { 0xa4, 0x36,
> 0xbf, 0x71, 0x0, 0xc8, 0xb5, 0x3b }}
> -
> -  ## Include/Guid/VlanConfigHii.h
> -  gVlanConfigFormSetGuid             = { 0xd79df6b0, 0xef44, 0x43bd, { 0x97,
> 0x97, 0x43, 0xe9, 0x3b, 0xcf, 0x5f, 0xa8 }}
> -
> -  ## Include/Guid/Ip4IScsiConfigHii.h
> -  gIp4IScsiConfigGuid                = { 0x6456ed61, 0x3579, 0x41c9, { 0x8a, 0x26,
> 0x0a, 0x0b, 0xd6, 0x2b, 0x78, 0xfc }}
> -  gIScsiCHAPAuthInfoGuid             = { 0x786ec0ac, 0x65ae, 0x4d1b, { 0xb1, 0x37,
> 0xd, 0x11, 0xa, 0x48, 0x37, 0x97 }}
> -


Reviewed-by: Hao A Wu <hao.a.wu@intel.com>

Best Regards,
Hao Wu


>    ## Include/Guid/ZeroGuid.h
>    gZeroGuid                          = { 0x0, 0x0, 0x0, {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
> 0x0}}
> 
> --
> 2.13.0.windows.1
> 
> 
> 


  reply	other threads:[~2019-09-17  3:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-17  2:58 [Patch 0/6] Clean up NetworkPkg Liming Gao
2019-09-17  2:58 ` [Patch 1/6] NetworkPkg: Move network related header files from MdeModulePkg to NetworkPkg Liming Gao
2019-09-17  2:58 ` [Patch 2/6] MdeModulePkg: Remove network related guid definitions from MdeModulePkg.dec Liming Gao
2019-09-17  3:02   ` Wu, Hao A [this message]
2019-09-17  2:58 ` [Patch 3/6] NetworkPkg: Add PcdTftpBlockSize in NetworkPkg.dec Liming Gao
2019-09-17  2:58 ` [Patch 4/6] NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined " Liming Gao
2019-09-17  2:58 ` [Patch 5/6] MdeModulePkg: Remove PCD gEfiMdeModulePkgTokenSpaceGuid.PcdTftpBlockSize Liming Gao
2019-09-27  0:35   ` Wu, Hao A
2019-09-17  2:58 ` [Patch 6/6] NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INF Liming Gao
2019-09-17  3:15 ` [edk2-devel] [Patch 0/6] Clean up NetworkPkg Siyuan, Fu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B80AF82E9BFB8E4FBD8C89DA810C6A093C932DB0@SHSMSX104.ccr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox