Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was
commit024375f65fdd573de1cdb6300bb2d5b2ca0b5296
authorJordan Justen <jljusten@tianocore.org>
Fri, 1 May 2009 00:28:19 +0000 (1 00:28 +0000)
committerJordan Justen <jljusten@tianocore.org>
Fri, 1 May 2009 00:28:19 +0000 (1 00:28 +0000)
tree0a0a6de2834c2f2d82c8f369e8aac13e372d6613
parent625f9186a1ce0df76c4f4214e7b4cf9e6cd664d2
Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was
placed in the public domain on 2009-02-03. The LZMA SDK
4.65 was released at the http://www.7-zip.org/sdk.html
website.
22 files changed:
IntelFrameworkModulePkg/Include/Guid/LzmaDecompress.h [new file with mode: 0644]
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
IntelFrameworkModulePkg/IntelFrameworkModulePkg.dsc
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Dxe/LzmaCustomDecompressLib.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Dxe/LzmaDxeMemory.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/GuidedSectionExtraction.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LZMA-SDK-README.txt [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/LzmaDecompress.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Pei/LzmaCustomDecompressLib.inf [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Pei/LzmaPeiMemory.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/7zVersion.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/CpuArch.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzFind.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzHash.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.c [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/LzmaDec.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/Types.h [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/history.txt [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/lzma.txt [new file with mode: 0644]
IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/UefiLzma.h [new file with mode: 0644]