From 328de7ae41548ce044194160c5a629ba7b57d8dd Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Thu, 12 Nov 2015 05:22:21 +0000 Subject: MdeModulePkg: Add BmpImageDecoderLib to provide BMP decoding capability Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Reviewed-by: Feng Tian Reviewed-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18771 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/MdeModulePkg.dsc | 1 + 1 file changed, 1 insertion(+) (limited to 'MdeModulePkg/MdeModulePkg.dsc') diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc index 20af2d4..5e3d876 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -278,6 +278,7 @@ MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf + MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf -- cgit v1.1