]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg: Merge TianoCustomDecompress algorithm into
authorDandan Bi <dandan.bi@intel.com>
Thu, 9 May 2019 02:27:03 +0000 (10:27 +0800)
committerLiming Gao <liming.gao@intel.com>
Wed, 15 May 2019 12:48:26 +0000 (20:48 +0800)
commit3f0055c8de8ada9f84bb908be9565ebc04a4bfb7
tree54c4c6ed7448d7e8ca1796fc9214f4e894409cc1
parenta40f30398ab0f13cd79048b4b2f98449ebad96cd
MdePkg: Merge TianoCustomDecompress algorithm into

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1722

We plan to merge the BaseUefiTianoCustomDecompressLib
in MdeModulePkg into the BaseUefDecompressLib in MdePkg.
In order to reduce the duplicated codes and maintain
easily.
This patch adds a new fdf file in BaseUefDecompressLib
(BaseUefiTianoCustomDecompressLib.inf) to keep the same
functionality and usage model with the one in MdeModulePkg,
and then update consumer to use this new one one and
remove the one in MdeModulePkg finally.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.c
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.uni
MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h
MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.c [new file with mode: 0644]
MdePkg/Library/BaseUefiDecompressLib/BaseUefiTianoCustomDecompressLib.inf [new file with mode: 0644]
MdePkg/MdePkg.dec
MdePkg/MdePkg.dsc