From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: hao.a.wu@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Tue, 14 May 2019 22:11:34 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 May 2019 22:11:33 -0700 X-ExtLoop1: 1 Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga004.jf.intel.com with ESMTP; 14 May 2019 22:11:33 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 14 May 2019 22:11:32 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.33]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.7]) with mapi id 14.03.0415.000; Wed, 15 May 2019 13:11:31 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "Bi, Dandan" CC: "Ni, Ray" Subject: Re: [edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib instance path Thread-Topic: [edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib instance path Thread-Index: AQHVCsTIjQZp1ofdZkKLKs9j8j1msqZro7Bg Date: Wed, 15 May 2019 05:11:30 +0000 Message-ID: References: <20190515022000.27644-1-dandan.bi@intel.com> <20190515022000.27644-3-dandan.bi@intel.com> In-Reply-To: <20190515022000.27644-3-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 > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Dandan Bi > Sent: Wednesday, May 15, 2019 10:20 AM > To: devel@edk2.groups.io > Cc: Ni, Ray; Wu, Hao A > Subject: [edk2-devel] [patch v2 2/3] Nt32Pkg: Update UefiDecompressLib > instance path >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1722 >=20 > Since we will merger the BaseUefiTianoCustomDecompressLib > in MdeModulePkg into BaseUefiDecompressLib in MdePkg and > remove the one in MdeModulePkg. So here update the Platform > to use the UefiDecompressLib instance in MdePkg. >=20 > Cc: Ray Ni > Cc: Hao A Wu > 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 306b7c7a2d..71079f098e 100644 > --- a/Nt32Pkg/Nt32Pkg.dsc > +++ b/Nt32Pkg/Nt32Pkg.dsc > @@ -118,11 +118,11 @@ [LibraryClasses] > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > UefiLib|MdePkg/Library/UefiLib/UefiLib.inf >=20 > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServic= esLi > b.inf > HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf >=20 > DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDev= i > cePathLibDevicePathProtocol.inf > - > UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompress > Lib/BaseUefiTianoCustomDecompressLib.inf > + > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCu > stomDecompressLib.inf Reviewed-by: Hao A Wu Best Regards, Hao Wu >=20 > PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/Pei= Ser > vicesTablePointerLib.inf > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableL= i > b.inf >=20 > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootM > anagerLib.inf > -- > 2.18.0.windows.1 >=20 >=20 >=20