Add steps for manifestdirectinstall 31/149331/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 12 Sep 2017 05:54:20 +0000 (14:54 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 12 Sep 2017 05:54:20 +0000 (14:54 +0900)
- Add tpk/wgt patch icon steps for manifestdirectinstall in hybrid pkg

Change-Id: Icdad288251d873dd787bcc1243d4567f4655ed7d
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
src/hybrid/hybrid_installer.cc

index f74e42b..231dfdf 100644 (file)
@@ -423,6 +423,8 @@ HybridInstaller::HybridInstaller(common_installer::PkgMgrPtr pkgmgr)
       AddStep<wgt::security::StepCheckWgtBackgroundCategory>();
       AddStep<ci::security::StepRollbackInstallationSecurity>();
       AddStep<ci::filesystem::StepRemoveGlobalAppSymlinks>();
+      AddStep<tpk::filesystem::StepTpkPatchIcons>();
+      AddStep<wgt::filesystem::StepWgtPatchIcons>();
       AddStep<wgt::pkgmgr::StepGenerateXml>();
       AddStep<hybrid::pkgmgr::StepGenerateXml>();
       AddStep<hybrid::configuration::StepMergeTpkConfig>();