Add StepRecoverParserPlugin at Hybrid recovery requests 99/211199/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 31 Jul 2019 06:09:06 +0000 (15:09 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 31 Jul 2019 06:09:06 +0000 (15:09 +0900)
Change-Id: Ib388c8eb4372da646c21a640305f20a57099e462
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/hybrid/hybrid_installer.cc

index 373a984..5cc6d00 100644 (file)
@@ -56,6 +56,7 @@
 #include <common/step/pkgmgr/step_check_upgradable.h>
 #include <common/step/pkgmgr/step_kill_apps.h>
 #include <common/step/pkgmgr/step_recover_application.h>
+#include <common/step/pkgmgr/step_recover_parser_plugins.h>
 #include <common/step/pkgmgr/step_register_app.h>
 #include <common/step/pkgmgr/step_remove_manifest.h>
 #include <common/step/pkgmgr/step_run_parser_plugins.h>
@@ -333,6 +334,7 @@ void HybridInstaller::RecoverySteps() {
       ci::configuration::StepParseManifest::StoreLocation::NORMAL);
   AddStep<ci::filesystem::StepRemoveTemporaryDirectory>();
   AddStep<ci::filesystem::StepRecoverIcons>();
+  AddStep<ci::pkgmgr::StepRecoverParserPlugin>();
   AddStep<ci::filesystem::StepRecoverManifest>();
   AddStep<ci::filesystem::StepRecoverExternalStorage>();
   AddStep<ci::filesystem::StepRecoverStorageDirectories>();