]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg LzmaDecompressLib: Update LZMA to new 16.04 version
authorLiming Gao <liming.gao@intel.com>
Thu, 27 Oct 2016 06:08:39 +0000 (14:08 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 3 Nov 2016 02:21:19 +0000 (10:21 +0800)
commit1e230224d412d763b98472a8cd92a8349afba99b
tree67a706a65cdfed6dca43451750e2a101d8ffcd91
parentc4ab09ef2f543ebf420da5d7cd8d48988c99b89c
MdeModulePkg LzmaDecompressLib: Update LZMA to new 16.04 version

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
21 files changed:
MdeModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaArchCustomDecompressLib.inf
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCustomDecompressLib.inf
MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zTypes.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zVersion.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Bra86.c
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Compiler.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/CpuArch.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzHash.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Precomp.h [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Types.h [deleted file]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-history.txt [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/lzma-sdk.txt [new file with mode: 0644]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/history.txt [deleted file]
MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/lzma.txt [deleted file]