diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-09-29 10:40:28 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-09-29 14:07:21 +0800 |
commit | a2674f7fcefbfdaee382f184ace3ee95f1ccfa13 (patch) | |
tree | 1d0adb2c8e4effb9adbb4a0545a0ac5d6378b7c1 /MdeModulePkg/MdeModulePkg.dec | |
parent | edb0fda25ea9b2ef73db18bf5cf0798340209f28 (diff) | |
download | edk2-a2674f7fcefbfdaee382f184ace3ee95f1ccfa13.tar.gz edk2-a2674f7fcefbfdaee382f184ace3ee95f1ccfa13.tar.bz2 edk2-a2674f7fcefbfdaee382f184ace3ee95f1ccfa13.zip |
MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib
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>
Diffstat (limited to 'MdeModulePkg/MdeModulePkg.dec')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index b28677b2df..f870b8314f 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -137,10 +137,6 @@ #
FileExplorerLib|Include/Library/FileExplorerLib.h
- ## @libraryclass Provides image decoding service.
- #
- ImageDecoderLib|Include/Library/ImageDecoderLib.h
-
## @libraryclass Provides interfaces about logo display.
#
BootLogoLib|Include/Library/BootLogoLib.h
|