From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.151, mailfrom: hao.a.wu@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Sun, 19 May 2019 19:01:43 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 May 2019 19:01:42 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga006.fm.intel.com with ESMTP; 19 May 2019 19:01:42 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 19 May 2019 19:01:42 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 19 May 2019 19:01:41 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.129]) with mapi id 14.03.0415.000; Mon, 20 May 2019 10:01:40 +0800 From: "Wu, Hao A" To: "Gao, Liming" , "devel@edk2.groups.io" Subject: Re: [Patch 3/3] MdeModulePkg: Remove network library header file from package DEC file Thread-Topic: [Patch 3/3] MdeModulePkg: Remove network library header file from package DEC file Thread-Index: AQHVCxYbh10rVvL6iUm6GlQ43JPGd6ZzSEHA Date: Mon, 20 May 2019 02:01:39 +0000 Message-ID: References: <20190515120220.1112-1-liming.gao@intel.com> <20190515120220.1112-4-liming.gao@intel.com> In-Reply-To: <20190515120220.1112-4-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: Gao, Liming > Sent: Wednesday, May 15, 2019 8:02 PM > To: devel@edk2.groups.io > Cc: Wu, Hao A > Subject: [Patch 3/3] MdeModulePkg: Remove network library header file fro= m > package DEC file >=20 > Signed-off-by: Liming Gao > Cc: Hao A Wu > --- > MdeModulePkg/MdeModulePkg.dec | 23 ----------------------- > 1 file changed, 23 deletions(-) Bisect seems not considered here. I think it is fine, so: Reviewed-by: Hao A Wu Best Regards, Hao Wu >=20 > diff --git a/MdeModulePkg/MdeModulePkg.dec > b/MdeModulePkg/MdeModulePkg.dec > index b2fab4a65e..1859dfbcb3 100644 > --- a/MdeModulePkg/MdeModulePkg.dec > +++ b/MdeModulePkg/MdeModulePkg.dec > @@ -25,26 +25,6 @@ [Includes] >=20 >=20 > [LibraryClasses] > - ## @libraryclass IpIo layer upon EFI IP4 Protocol. > - # This library is only intended to be used by UEFI network stack mod= ules. > - IpIoLib|Include/Library/IpIoLib.h > - > - ## @libraryclass Basic function for UEFI network stack. > - # This library is only intended to be used by UEFI network stack mod= ules. > - NetLib|Include/Library/NetLib.h > - > - ## @libraryclass The helper routines to access UDP service. > - # This library is only intended to be used by UEFI network stack mod= ules. > - UdpIoLib|Include/Library/UdpIoLib.h > - > - ## @libraryclass The helper routines to access TCP service. > - # This library is only intended to be used by UEFI network stack mod= ules. > - TcpIoLib|Include/Library/TcpIoLib.h > - > - ## @libraryclass The helper routines to access HTTP service. > - # This library is only intended to be used by UEFI network stack mod= ules. > - HttpLib|Include/Library/HttpLib.h > - > ## @libraryclass Defines a set of methods to reset whole system. > ResetSystemLib|Include/Library/ResetSystemLib.h >=20 > @@ -67,9 +47,6 @@ [LibraryClasses] > ## @libraryclass Defines a set of interfaces on how to process capus= le > image update. > CapsuleLib|Include/Library/CapsuleLib.h >=20 > - ## @libraryclass Library for Deferred Procedure Calls. > - DpcLib|Include/Library/DpcLib.h > - > ## @libraryclass Provides global variables that are pointers > # to the UEFI HII related protocols. > # > -- > 2.13.0.windows.1