From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 9FC191A1DEB for ; Wed, 28 Sep 2016 23:17:41 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP; 28 Sep 2016 23:17:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,413,1470726000"; d="scan'208,217";a="1058117124" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 28 Sep 2016 23:17:40 -0700 Received: from fmsmsx158.amr.corp.intel.com (10.18.116.75) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 23:17:40 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx158.amr.corp.intel.com (10.18.116.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 23:17:40 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.101]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.118]) with mapi id 14.03.0248.002; Thu, 29 Sep 2016 14:17:38 +0800 From: "Ni, Ruiyu" To: "Gao, Liming" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib Thread-Index: AQHSGgHU4c43E/qc3UyH4OWg0ErNtaCPTywAgACvEbA= Date: Thu, 29 Sep 2016 06:17:37 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D58E0E558@SHSMSX104.ccr.corp.intel.com> References: <20160929032932.535452-1-ruiyu.ni@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14B47E58D@shsmsx102.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14B47E58D@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMzA1NmJkYjEtNDc0Yi00NGVlLWJlOWYtNTZiM2UwYmQ0YmQ0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik1OdmVlamdvYUZoWmJMdjNXMUlOSDg4T2Zqek1oZ29iTG5XK2NHMDlaRFU9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: Re: [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 06:17:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I re-used the old cover letter:) Regards, Ray From: Gao, Liming Sent: Thursday, September 29, 2016 11:51 AM To: Ni, Ruiyu ; edk2-devel@lists.01.org Subject: RE: [edk2] [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderL= ib Your patch has updated. But, this covert letter is not. Reviewed-by: Liming Gao > > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, September 29, 2016 11:29 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/3] Remove ImageDecoderLib and > BmpImageDecoderLib > > The two libraries are created to support old BootLogoLib to > decode the images. Due to the new BootLogoLib starts using > HiiImageEx interfaces, the two libraries are not needed. > > Ruiyu Ni (3): > MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib > MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLib > MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib > > .../BmpImageDecoderLib/BmpImageDecoderLib.c | 272 ---------------= ------ > .../BmpImageDecoderLib/BmpImageDecoderLib.inf | 43 ---- > .../BmpImageDecoderLib/BmpImageDecoderLib.uni | 26 -- > .../Library/ImageDecoderLib/ImageDecoderLib.c | 121 --------- > .../Library/ImageDecoderLib/ImageDecoderLib.inf | 43 ---- > .../Library/ImageDecoderLib/ImageDecoderLib.uni | 26 -- > MdeModulePkg/MdeModulePkg.dec | 4 - > MdeModulePkg/MdeModulePkg.dsc | 3 - > 8 files changed, 538 deletions(-) > delete mode 100644 > MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.c > delete mode 100644 > MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf > delete mode 100644 > MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.uni > delete mode 100644 > MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.c > delete mode 100644 > MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf > delete mode 100644 > MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.uni > > -- > 2.9.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel