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.43, mailfrom: hao.a.wu@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Sun, 07 Apr 2019 23:16:47 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2019 23:16:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,324,1549958400"; d="scan'208";a="140841388" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga003.jf.intel.com with ESMTP; 07 Apr 2019 23:16:46 -0700 Received: from shsmsx153.ccr.corp.intel.com (10.239.6.53) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 7 Apr 2019 23:16:45 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX153.ccr.corp.intel.com ([169.254.12.139]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 14:16:43 +0800 From: "Wu, Hao A" To: "Bi, Dandan" , "devel@edk2.groups.io" CC: "Ni, Ray" Subject: Re: [patch V2 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg Thread-Topic: [patch V2 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg Thread-Index: AQHU7c2xtGRD6azHF0yJ4HzRO7BGsKYxyZ4A Date: Mon, 8 Apr 2019 06:16:43 +0000 Message-ID: References: <20190408054044.23452-1-dandan.bi@intel.com> <20190408054044.23452-6-dandan.bi@intel.com> In-Reply-To: <20190408054044.23452-6-dandan.bi@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 Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: Bi, Dandan > Sent: Monday, April 08, 2019 1:41 PM > To: devel@edk2.groups.io > Cc: Ni, Ray; Wu, Hao A > Subject: [patch V2 5/7] Nt32Pkg: Update to use UefiDecompressLib in > MdeModulePkg >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1683 >=20 > We have moved the BaseUefiTianoCustomDecompressLib > from IntelFrameworkModulePkg to MdeModulePkg, so > update the consumer accordingly. >=20 > Cc: Ray Ni > Cc: Hao Wu > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Dandan Bi > --- > Nt32Pkg/Nt32Pkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Nt32Pkg/Nt32Pkg.dsc b/Nt32Pkg/Nt32Pkg.dsc > index d7b78007d2..2a7218766d 100644 > --- a/Nt32Pkg/Nt32Pkg.dsc > +++ b/Nt32Pkg/Nt32Pkg.dsc > @@ -124,11 +124,11 @@ > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf >=20 > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService > sLib.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf >=20 > DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiD > evicePathLibDevicePathProtocol.inf > - > UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCusto > mDecompressLib/BaseUefiTianoCustomDecompressLib.inf > + > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompr > essLib/BaseUefiTianoCustomDecompressLib.inf >=20 > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/Pei > ServicesTablePointerLib.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTabl > eLib.inf >=20 > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBoo > tManagerLib.inf > -- > 2.18.0.windows.1