Step Recover Per User Directories for Recovery Mode added 13/114013/1
authorDamian Pietruchowski <d.pietruchow@samsung.com>
Thu, 9 Feb 2017 13:39:59 +0000 (14:39 +0100)
committerDamian Pietruchowski <d.pietruchow@samsung.com>
Thu, 9 Feb 2017 13:39:59 +0000 (14:39 +0100)
Requires:
- https://review.tizen.org/gerrit/#/c/114007/
- https://review.tizen.org/gerrit/#/c/112049/

Verification: Run SmokeTest.RecoveryMode_Tpk_Installation

Change-Id: I7e2103c14a19a6335e61778467e30ef2cfd3fac0
Signed-off-by: Damian Pietruchowski <d.pietruchow@samsung.com>
src/tpk/tpk_installer.cc

index 7530641fb5be6d91b7a1e39bb89a712b12ec2cb3..997a23c963078e086fb9c997af55d9679823a5b7 100644 (file)
@@ -34,6 +34,7 @@
 #include <common/step/filesystem/step_recover_manifest.h>
 #include <common/step/filesystem/step_recover_external_storage.h>
 #include <common/step/filesystem/step_recover_storage_directories.h>
+#include <common/step/filesystem/step_recover_per_user_storage_directories.h>
 #include <common/step/filesystem/step_remove_files.h>
 #include <common/step/filesystem/step_remove_globalapp_symlinks.h>
 #include <common/step/filesystem/step_remove_icons.h>
@@ -372,6 +373,7 @@ void TpkInstaller::RecoverySteps() {
   AddStep<ci::filesystem::StepRecoverManifest>();
   AddStep<ci::filesystem::StepRecoverExternalStorage>();
   AddStep<ci::filesystem::StepRecoverStorageDirectories>();
+  AddStep<ci::filesystem::StepRecoverPerUserStorageDirectories>();
   AddStep<ci::filesystem::StepRecoverFiles>();
   AddStep<ci::mount::StepMountRecover>();
   AddStep<tpk::security::StepTpkRecoverSignature>();