From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: ami.com, ip: 63.147.10.42, mailfrom: felixp@ami.com) Received: from atlmailgw2.ami.com (atlmailgw2.ami.com [63.147.10.42]) by groups.io with SMTP; Thu, 04 Apr 2019 14:21:41 -0700 X-AuditID: ac10606f-22dff7000000384e-9e-5ca67563cdcb Received: from atlms2.us.megatrends.com (atlms2.us.megatrends.com [172.16.96.152]) (using TLS with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by atlmailgw2.ami.com (Symantec Messaging Gateway) with SMTP id C5.95.14414.36576AC5; Thu, 4 Apr 2019 17:21:39 -0400 (EDT) Received: from ATLMS1.us.megatrends.com ([fe80::8c55:daf0:ef05:5605]) by atlms2.us.megatrends.com ([fe80::29dc:a91e:ea0c:cdeb%12]) with mapi id 14.03.0415.000; Thu, 4 Apr 2019 17:21:39 -0400 From: "Felix Polyudov" To: "devel@edk2.groups.io" , "'dandan.bi@intel.com'" CC: Ray Ni , Hao Wu Subject: Re: [edk2-devel] [patch 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg Thread-Topic: [edk2-devel] [patch 5/7] Nt32Pkg: Update to use UefiDecompressLib in MdeModulePkg Thread-Index: AQHU6u3EJ7QDaMtZCkGuRiO8sH6A2KYsgRpA Date: Thu, 4 Apr 2019 21:21:38 +0000 Message-ID: <9333E191E0D52B4999CE63A99BA663A00302C7327F@atlms1.us.megatrends.com> References: <20190404135209.13116-1-dandan.bi@intel.com> <20190404135209.13116-6-dandan.bi@intel.com> In-Reply-To: <20190404135209.13116-6-dandan.bi@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.16.99.93] content-transfer-encoding: quoted-printable MIME-Version: 1.0 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrIKsWRmVeSWpSXmKPExsWyRiBhhm5y6bIYg83zDS22blO3aJ8wm83i 6q1fTBZfVr9ndGDx2P79AqPH4j0vmQKYohoYbRLz8vJLEktSFVJSi5NtlQKKMssSkyuVFDJT bJUMlRQKchKTU3NT80pslRILClLzUpTsuBQwgA1QWWaeQmpecn5KZl66rZJnsL+uhYWppa6h kl1IRqpCZl5aflFuYklmfp5Ccn5eCVB1agpQVCGhizNj3f0rbAWXhSv2ftnO1sB4WLCLkZND QsBE4sWKnWxdjFwcQgK7mCQmb+lnhnAOMUpc3byJGaSKTUBV4vjqZpYuRg4OEYEkiYXrFUDC zAJWEvfbf7CD2MICCRKNb/ewgdgiAokSR39PYoKwjSQ6diwGq2ERUJG48/0d2EhegUCJB1cP soLYQgLpEnseN4LFOQUsJU4dnwvWyyggJvH91BomiF3iEreezGeCOFpAYsme88wQtqjEy8f/ WCFsBYkt7zvZIep1JBbs/sQGYWtLLFv4GmqvoMTJmU9YJjCKzkIydhaSlllIWmYhaVnAyLKK USixJCc3MTMnvdxILzE3Uy85P3cTIyRF5O9g/PjR/BCjAAejEg/vjPRlMUKsiWXFlbnAkORg VhLhDf6+NEaINyWxsiq1KD++qDQntfgQoxMwWCYyS3GDogsY//HGBgZSojCOoYmZibmRuaGl ibmxsZI4b/7aphhgaAHTUXZqakFqEcwQJg5OqQZGcc2nZvMNThxlf1F4Ou54+KT1ktM/c/b7 9i/Ud+ANmLRUtfbqYudrXe38bN7KVhfzmi5t52EMb5Lt2Hdynqvw0Uk2dy5tlHDo/BS4ZO20 QPt9zN4xUyM/nY6Ytflno3kHr+Qf7+QDwT+LaxhyTTPNeH/0fMpQOLQy+oT4O31t2bT4A2If d1xQYinOSDTUYi4qTgQAB+orNDQDAAA= Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Dandan, Is there a specific reason why Nt32Pkg cannot use BaseUefiDecompressLib and= should use BaseUefiTianoCustomDecompressLib? -----Original Message----- From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of Dandan= Bi Sent: Thursday, April 04, 2019 9:52 AM To: devel@edk2.groups.io Cc: Ray Ni; Hao Wu Subject: [edk2-devel] [patch 5/7] Nt32Pkg: Update to use UefiDecompressLib i= n MdeModulePkg REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1683 We have moved the BaseUefiTianoCustomDecompressLib from IntelFrameworkModulePkg to MdeModulePkg, so update the consumer accordingly. 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(-) 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 UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiService= sLib.inf HiiLib|MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf DevicePathLib|MdePkg/Library/UefiDevicePathLibDevicePathProtocol/UefiDevi= cePathLibDevicePathProtocol.inf - UefiDecompressLib|IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDeco= mpressLib/BaseUefiTianoCustomDecompressLib.inf + UefiDecompressLib|MdeModulePkg/Library/BaseUefiTianoCustomDecompressLib/B= aseUefiTianoCustomDecompressLib.inf PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiS= ervicesTablePointerLib.inf PeiServicesLib|MdePkg/Library/PeiServicesLib/PeiServicesLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf DxeServicesTableLib|MdePkg/Library/DxeServicesTableLib/DxeServicesTableLi= b.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManage= rLib.inf -- 2.18.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#56): https://edk2.groups.io/g/devel/message/56 Mute This Topic: https://groups.io/mt/30896396/1498468 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [felixp@ami.com] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Please consider the environment before printing this email. The information contained in this message may be confidential and proprietar= y to American Megatrends, Inc. This communication is intended to be read on= ly by the individual or entity to whom it is addressed or by their designee.= If the reader of this message is not the intended recipient, you are on not= ice that any distribution of this message, in any form, is strictly prohibit= ed. Please promptly notify the sender by reply e-mail or by telephone at 77= 0-246-8600, and then delete or destroy all copies of the transmission.