Version 0.17.8.2

-updated project file
This commit is contained in:
Nikolaj Schlej 2014-04-18 15:25:11 +02:00
parent f68205226e
commit 72829ee0a3
2 changed files with 3 additions and 2 deletions

View file

@ -73,6 +73,8 @@ bool FfsEngine::hasIntersection(const UINT32 begin1, const UINT32 end1, const UI
// Firmware image parsing // Firmware image parsing
UINT8 FfsEngine::parseImageFile(const QByteArray & buffer) UINT8 FfsEngine::parseImageFile(const QByteArray & buffer)
{ {
oldPeiCoreEntryPoint = 0;
newPeiCoreEntryPoint = 0;
UINT32 capsuleHeaderSize = 0; UINT32 capsuleHeaderSize = 0;
FLASH_DESCRIPTOR_HEADER* descriptorHeader = NULL; FLASH_DESCRIPTOR_HEADER* descriptorHeader = NULL;
QModelIndex index; QModelIndex index;

View file

@ -20,8 +20,7 @@ SOURCES += main.cpp \
LZMA/SDK/C/LzmaDec.c \ LZMA/SDK/C/LzmaDec.c \
LZMA/SDK/C/LzmaEnc.c \ LZMA/SDK/C/LzmaEnc.c \
Tiano/EfiTianoDecompress.c \ Tiano/EfiTianoDecompress.c \
Tiano/EfiCompress.c \ Tiano/EfiTianoCompress.c
Tiano/TianoCompress.c
HEADERS += uefitool.h \ HEADERS += uefitool.h \
searchdialog.h \ searchdialog.h \