mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Version 0.17.8.2
-updated project file
This commit is contained in:
parent
f68205226e
commit
72829ee0a3
@ -73,6 +73,8 @@ bool FfsEngine::hasIntersection(const UINT32 begin1, const UINT32 end1, const UI
|
||||
// Firmware image parsing
|
||||
UINT8 FfsEngine::parseImageFile(const QByteArray & buffer)
|
||||
{
|
||||
oldPeiCoreEntryPoint = 0;
|
||||
newPeiCoreEntryPoint = 0;
|
||||
UINT32 capsuleHeaderSize = 0;
|
||||
FLASH_DESCRIPTOR_HEADER* descriptorHeader = NULL;
|
||||
QModelIndex index;
|
||||
|
@ -20,8 +20,7 @@ SOURCES += main.cpp \
|
||||
LZMA/SDK/C/LzmaDec.c \
|
||||
LZMA/SDK/C/LzmaEnc.c \
|
||||
Tiano/EfiTianoDecompress.c \
|
||||
Tiano/EfiCompress.c \
|
||||
Tiano/TianoCompress.c
|
||||
Tiano/EfiTianoCompress.c
|
||||
|
||||
HEADERS += uefitool.h \
|
||||
searchdialog.h \
|
||||
|
Loading…
Reference in New Issue
Block a user