mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-30 06:55:18 -04:00
Add support to parse/reconstruct LZMAF86 sections (#198)
Co-authored-by: Jake Christensen <jake@privatemachines.com>
This commit is contained in:
parent
568019123e
commit
214b768b8f
6 changed files with 43 additions and 4 deletions
|
@ -21,6 +21,7 @@ SOURCES += uefipatch_main.cpp \
|
|||
../LZMA/SDK/C/LzFind.c \
|
||||
../LZMA/SDK/C/LzmaDec.c \
|
||||
../LZMA/SDK/C/LzmaEnc.c \
|
||||
../LZMA/SDK/C/Bra86.c \
|
||||
../Tiano/EfiTianoDecompress.c \
|
||||
../Tiano/EfiTianoCompress.c \
|
||||
../Tiano/EfiTianoCompressLegacy.c
|
||||
|
@ -39,6 +40,7 @@ HEADERS += uefipatch.h \
|
|||
../version.h \
|
||||
../LZMA/LzmaCompress.h \
|
||||
../LZMA/LzmaDecompress.h \
|
||||
../LZMA/x86Convert.h \
|
||||
../Tiano/EfiTianoDecompress.h \
|
||||
../Tiano/EfiTianoCompress.h
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue