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.31, mailfrom: ray.ni@intel.com) Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by groups.io with SMTP; Sun, 07 Apr 2019 23:03:17 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2019 23:03:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,324,1549958400"; d="scan'208";a="129463038" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga007.jf.intel.com with ESMTP; 07 Apr 2019 23:03:16 -0700 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 7 Apr 2019 23:03:16 -0700 Received: from shsmsx107.ccr.corp.intel.com (10.239.4.96) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 7 Apr 2019 23:03:15 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.92]) by SHSMSX107.ccr.corp.intel.com ([169.254.9.153]) with mapi id 14.03.0415.000; Mon, 8 Apr 2019 14:03:13 +0800 From: "Ni, Ray" To: "Bi, Dandan" , "devel@edk2.groups.io" CC: "Justen, Jordan L" , Andrew Fish Subject: Re: [patch V2 3/7] EmulatorPkg: Update UefiDecompressLib instance Thread-Topic: [patch V2 3/7] EmulatorPkg: Update UefiDecompressLib instance Thread-Index: AQHU7c2uO/T8Owrf9E+kzAsLlzs0JqYxxZJg Date: Mon, 8 Apr 2019 06:03:13 +0000 Deferred-Delivery: Mon, 8 Apr 2019 06:03:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C0D673A@SHSMSX104.ccr.corp.intel.com> References: <20190408054044.23452-1-dandan.bi@intel.com> <20190408054044.23452-4-dandan.bi@intel.com> In-Reply-To: <20190408054044.23452-4-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTA2YjJjMWUtYzNhYy00ZmFiLWEzNjgtNTE2ZjA2ZjgwMjI3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVWdoUDc3QnR1djd4UVwvRFBodnVvMlI3OFlFVVRhVXdTZWJKbllFdEZLd3B5a1hZSHRGVStWM0NIcFFxTVwvcEZLIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: Bi, Dandan > Sent: Monday, April 8, 2019 1:41 PM > To: devel@edk2.groups.io > Cc: Justen, Jordan L ; Andrew Fish > ; Ni, Ray > Subject: [patch V2 3/7] EmulatorPkg: Update UefiDecompressLib instance >=20 > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1683 >=20 > BaseUefiDecompressLib in MdePkg is the > base UEFI decompress Library. > BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg implements > the base UEFI decompress functionality and Tiano decompress functionality= . >=20 > BaseUefiDecompressLib in MdePkg is the > base UEFI decompress Library. > BaseUefiTianoCustomDecompressLib in IntelFrameworkModulePkg implements > the base UEFI decompress functionality and Tiano decompress functionality= . > Platform doesn't use the TianoCompress, so do not have to use > BaseUefiTianoCustomDecompressLib, can use the BaseUefiDecompressLib in > MdePkg directly. >=20 > Cc: Jordan Justen > Cc: Andrew Fish > Cc: Ray Ni > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Dandan Bi > --- > EmulatorPkg/EmulatorPkg.dsc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/EmulatorPkg/EmulatorPkg.dsc b/EmulatorPkg/EmulatorPkg.dsc in= dex > 4097e1192e..84223b83ba 100644 > --- a/EmulatorPkg/EmulatorPkg.dsc > +++ b/EmulatorPkg/EmulatorPkg.dsc > @@ -61,11 +61,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 > DevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf > - > UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomD > ecompressLib/BaseUefiTianoCustomDecompressLib.inf > + > + > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecomp > r > + essLib.inf >=20 > PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf > DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf >=20 > DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLi= b. > inf > SmbiosLib|EmulatorPkg/Library/SmbiosLib/SmbiosLib.inf > -- > 2.18.0.windows.1