From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 F1EB481D33 for ; Tue, 1 Nov 2016 19:11:56 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga104.jf.intel.com with ESMTP; 01 Nov 2016 19:11:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,582,1473145200"; d="dat'59?scan'59,208,59";a="896677509" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga003.jf.intel.com with ESMTP; 01 Nov 2016 19:11:58 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 1 Nov 2016 19:11:57 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.206]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.104]) with mapi id 14.03.0248.002; Wed, 2 Nov 2016 10:11:55 +0800 From: "Song, BinX" To: "edk2-devel@lists.01.org" CC: "Gao, Liming" Thread-Topic: [PATCH] MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVER Thread-Index: AdI0rntWLPiLmIffSU2vDmfDof9o4g== Date: Wed, 2 Nov 2016 02:11:55 +0000 Message-ID: <559D2DF22BC9A3468B4FA1AA547F0EF135487F@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: <559D2DF22BC9A3468B4FA1AA547F0EF135487F@shsmsx102.ccr.corp.intel.com> x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 Subject: [PATCH] MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVER 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: Wed, 02 Nov 2016 02:11:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable - BASE -> UEFI_DRIVER - https://bugzilla.tianocore.org/show_bug.cgi?id=3D173 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song --- MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf b= /MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf index 57e4adb..2b8d4ae 100644 --- a/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf +++ b/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf @@ -17,7 +17,7 @@ INF_VERSION =3D 0x00010005 BASE_NAME =3D FrameBufferBltLib FILE_GUID =3D 243D3E8C-2780-4A25-9693-A410475BFCEC - MODULE_TYPE =3D BASE + MODULE_TYPE =3D UEFI_DRIVER VERSION_STRING =3D 1.0 LIBRARY_CLASS =3D FrameBufferBltLib =20 --=20 2.7.2.windows.1