public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
@ 2016-09-29  2:41 Ruiyu Ni
  2016-09-29  2:41 ` [PATCH 1/3] MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib Ruiyu Ni
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Ruiyu Ni @ 2016-09-29  2:41 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
@ 2016-09-29  3:28 Ruiyu Ni
  0 siblings, 0 replies; 10+ messages in thread
From: Ruiyu Ni @ 2016-09-29  3:28 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib
@ 2016-09-29  3:29 Ruiyu Ni
  2016-09-29  3:50 ` Gao, Liming
  0 siblings, 1 reply; 10+ messages in thread
From: Ruiyu Ni @ 2016-09-29  3:29 UTC (permalink / raw)
  To: edk2-devel

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



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-09-29  6:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29  2:41 [PATCH 0/3] Remove ImageDecoderLib and BmpImageDecoderLib Ruiyu Ni
2016-09-29  2:41 ` [PATCH 1/3] MdeModulePkg/ImageDecoderLib: Retire it due to new BootLogoLib Ruiyu Ni
2016-09-29  2:41 ` [PATCH 2/3] MdeModulePkg/BmpImageDecoderLib: " Ruiyu Ni
2016-09-29  2:41 ` [PATCH 3/3] MdeModulePkg: Remove ImageDecoderLib and BmpImageDecoderLib Ruiyu Ni
2016-09-29  2:48 ` [PATCH 0/3] " Gao, Liming
2016-09-29  2:52   ` Ni, Ruiyu
  -- strict thread matches above, loose matches on Subject: below --
2016-09-29  3:28 Ruiyu Ni
2016-09-29  3:29 Ruiyu Ni
2016-09-29  3:50 ` Gao, Liming
2016-09-29  6:17   ` Ni, Ruiyu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox