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.
Ruiyu Ni (3): MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib MdeModulePkg/BmpImageDecoderLib: Retire it due to new BootLogoLib MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib .../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 -- 2.9.0.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

