]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib
authorRuiyu Ni <ruiyu.ni@intel.com>
Thu, 29 Sep 2016 02:40:28 +0000 (10:40 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 29 Sep 2016 06:07:21 +0000 (14:07 +0800)
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.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/MdeModulePkg.dsc

index b28677b2df333b8b4ede2b2310e80d7c92c85b2a..f870b8314fec4ab46d97c3724751e41086122867 100644 (file)
   #\r
   FileExplorerLib|Include/Library/FileExplorerLib.h\r
 \r
-  ## @libraryclass  Provides image decoding service.\r
-  #\r
-  ImageDecoderLib|Include/Library/ImageDecoderLib.h\r
-\r
   ## @libraryclass  Provides interfaces about logo display.\r
   #\r
   BootLogoLib|Include/Library/BootLogoLib.h\r
index 05120c7d26c6b12bdcfeea7ece368a3ff319ef14..214cb6ceeef0461542d7bf886bc256d5963d14cf 100644 (file)
@@ -48,7 +48,6 @@
   PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf\r
   PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf\r
   SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf\r
-  ImageDecoderLib|MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
   #\r
   # UEFI & PI\r
   #\r
   MdeModulePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.inf\r
   MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf\r
   MdeModulePkg/Library/PlatformBootManagerLibNull/PlatformBootManagerLibNull.inf\r
-  MdeModulePkg/Library/ImageDecoderLib/ImageDecoderLib.inf\r
   MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf\r
-  MdeModulePkg/Library/BmpImageDecoderLib/BmpImageDecoderLib.inf\r
   MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurementLibNull.inf\r
   MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLibNull.inf\r
   MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf\r