Send pkgmgr signal always 99/34399/3
authorTomasz Iwanek <t.iwanek@samsung.com>
Wed, 4 Feb 2015 12:22:44 +0000 (13:22 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Tue, 10 Feb 2015 15:03:35 +0000 (07:03 -0800)
commit84c9d04aa808fe447d4b230d60ac56ecff979ceb
tree017f87ae991900409676d145d5bc886c4963a82c
parent530165a0e0a823c4afdef656468ed4453f5123fc
Send pkgmgr signal always

Zip or config.xml can be malformed.
This fixes handling signalling in those cases.

Code which handles pkgmgr signal was extracted into
 - src/common/pkgmgr_signal.*

Change-Id: I46b96f6ba8cd2c41110f2fefbceb6dc1b2969216
src/common/CMakeLists.txt
src/common/app_installer.cc
src/common/app_installer.h
src/common/context_installer.h
src/common/pkgmgr_signal.cc [new file with mode: 0644]
src/common/pkgmgr_signal.h [new file with mode: 0644]
src/common/step/step_signal.cc
src/common/step/step_signal.h