Add RequestType::Delta and implement delta mode for tpk 21/50521/10
authorTomasz Iwanek <t.iwanek@samsung.com>
Tue, 27 Oct 2015 10:50:59 +0000 (11:50 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Thu, 5 Nov 2015 13:50:34 +0000 (05:50 -0800)
commit31e2a828d3de31e25850a0a2330d0bcc96fae065
tree7e5d826f91ba46a43f147bcd00bdbd930cf80242
parentcffe1fcdc91affffafaf09575dd7d02852861fa3
Add RequestType::Delta and implement delta mode for tpk

Requires:
 - submission of https://review.tizen.org/gerrit/#/c/50418/
 - release of xdelta3 for tizen 3.0

Change-Id: I3066c9457368e9ab229d1500b0cd4a7549edce15
15 files changed:
CMakeLists.txt
packaging/app-installers.spec
src/common/CMakeLists.txt
src/common/pkgmgr_interface.cc
src/common/pkgmgr_signal.cc
src/common/recovery_file.cc
src/common/request.h
src/common/step/step_configure.cc
src/common/step/step_delta_patch.cc [new file with mode: 0644]
src/common/step/step_delta_patch.h [new file with mode: 0644]
src/common/utils/file_util.cc
src/common/utils/file_util.h
src/tpk/tpk_installer.cc
src/tpk/tpk_installer.h
src/wgt/wgt_installer.cc