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 BD79C1A1DEB for ; Wed, 28 Sep 2016 19:48:49 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga105.fm.intel.com with ESMTP; 28 Sep 2016 19:48:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,413,1470726000"; d="scan'208";a="884922440" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga003.jf.intel.com with ESMTP; 28 Sep 2016 19:48:49 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 19:48:48 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.15]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.118]) with mapi id 14.03.0248.002; Thu, 29 Sep 2016 10:48:47 +0800 From: "Gao, Liming" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib Thread-Index: AQHSGfsPxAf2DffS2E6Oq7L1RbOyKKCPw+Fw Date: Thu, 29 Sep 2016 02:48:46 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14B47E494@shsmsx102.ccr.corp.intel.com> References: <20160929024139.528832-1-ruiyu.ni@intel.com> In-Reply-To: <20160929024139.528832-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 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 02:48:50 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Do you remove Include/Library/ImageDecoderLib.h? > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Thursday, September 29, 2016 10:42 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 0/3] Remove ImageDecoderLib and > BmpImageDecoderLib >=20 > 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. >=20 > Ruiyu Ni (3): > MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib > MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLib > MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib >=20 > .../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 >=20 > -- > 2.9.0.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel