Add pkg_recovery tools 28/117128/1
authorSangyoon Jang <s89.jang@samsung.com>
Fri, 10 Jun 2016 04:34:21 +0000 (13:34 +0900)
committerSangyoon Jang <s89.jang@samsung.com>
Fri, 3 Mar 2017 02:24:24 +0000 (11:24 +0900)
commit84ecde125c5aec2e7b94d9c296fb1514a30a84dc
treeb73bb488bdbab0d3c185364f6e10e295c9610159
parent54828a2137584b7e2f4f4a86d59a62257e509ee7
Add pkg_recovery tools

Two new binary will be introduced:
 1. pkg_recovery
  This tool activated with dbus call and launch backend for recovery process.
 2. pkg_recovery_helper
  This tool will be launched when the user session is started.
  Search recovery files at $HOME/apps_rw and launch pkg_recovery tool by
  dbus for actual recovery process.

For working above new tools, recovry file naming rule is changed to:
<type>-recovery-<tmpstr>

Change-Id: Iec84e4163ae0addd87443bac3d2154b872017d4e
Signed-off-by: Sangyoon Jang <s89.jang@samsung.com>
CMakeLists.txt
packaging/app-installers.spec
src/CMakeLists.txt
src/common/step/configuration/step_configure.cc
src/pkg_recovery/CMakeLists.txt [new file with mode: 0644]
src/pkg_recovery/org.tizen.pkg_recovery.conf [new file with mode: 0644]
src/pkg_recovery/org.tizen.pkg_recovery.service [new file with mode: 0644]
src/pkg_recovery/package-recovery-helper.service [new file with mode: 0644]
src/pkg_recovery/package-recovery.service [new file with mode: 0644]
src/pkg_recovery/pkg_recovery.cc [new file with mode: 0644]
src/pkg_recovery/pkg_recovery_helper.cc [new file with mode: 0644]