Add pkg_recovery tools 20/111620/12
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:12:50 +0000 (11:12 +0900)
commitd42809059184b397d7da8f9f1ada2861bd9d9e5f
treed985ce8ac350cdce9f44b3eb283e9775418cc473
parent8abfcb04951c54893b7bb3780c475b86693df300
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]