From: Song, BinX Date: Wed, 2 Nov 2016 02:11:55 +0000 (+0800) Subject: MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVER X-Git-Tag: edk2-stable201903~5367 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=414b198be9c2065efda01cf43f7c86e41a449b4b MdeModulePkg/FrameBufferBltLib: Change module type to UEFI_DRIVER - BASE -> UEFI_DRIVER - https://bugzilla.tianocore.org/show_bug.cgi?id=173 Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Bell Song Reviewed-by: Liming Gao --- diff --git a/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf b/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf index 57e4adb039..2b8d4ae28a 100644 --- a/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf +++ b/MdeModulePkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf @@ -17,7 +17,7 @@ INF_VERSION = 0x00010005 BASE_NAME = FrameBufferBltLib FILE_GUID = 243D3E8C-2780-4A25-9693-A410475BFCEC - MODULE_TYPE = BASE + MODULE_TYPE = UEFI_DRIVER VERSION_STRING = 1.0 LIBRARY_CLASS = FrameBufferBltLib