#include <common/step/filesystem/step_create_legacy_directories.h>
#include <common/step/filesystem/step_create_storage_directories.h>
#include <common/step/filesystem/step_delta_patch.h>
+#include <common/step/filesystem/step_disable_external_mount.h>
+#include <common/step/filesystem/step_enable_external_mount.h>
#include <common/step/filesystem/step_recover_files.h>
#include <common/step/filesystem/step_recover_icons.h>
#include <common/step/filesystem/step_recover_manifest.h>
AddStep<ci::configuration::StepParseManifest>(
ci::configuration::StepParseManifest::ManifestLocation::INSTALLED,
ci::configuration::StepParseManifest::StoreLocation::BACKUP);
+ AddStep<ci::filesystem::StepEnableExternalMount>();
AddStep<ci::filesystem::StepDeltaPatch>();
+ AddStep<ci::filesystem::StepDisableExternalMount>();
AddStep<wgt::configuration::StepParse>(
wgt::configuration::StepParse::ConfigLocation::RESOURCE_WGT, true);
AddStep<hybrid::configuration::StepMergeTpkConfig>();
#include <common/step/filesystem/step_create_legacy_directories.h>
#include <common/step/filesystem/step_create_storage_directories.h>
#include <common/step/filesystem/step_delta_patch.h>
+#include <common/step/filesystem/step_disable_external_mount.h>
+#include <common/step/filesystem/step_enable_external_mount.h>
#include <common/step/filesystem/step_move_installed_storage.h>
#include <common/step/filesystem/step_recover_files.h>
#include <common/step/filesystem/step_recover_icons.h>
ci::configuration::StepParseManifest::ManifestLocation::INSTALLED,
ci::configuration::StepParseManifest::StoreLocation::BACKUP);
AddStep<ci::configuration::StepCheckTizenVersion>();
+ AddStep<ci::filesystem::StepEnableExternalMount>();
AddStep<ci::filesystem::StepDeltaPatch>("res/wgt/");
+ AddStep<ci::filesystem::StepDisableExternalMount>();
AddStep<wgt::configuration::StepParse>(
wgt::configuration::StepParse::ConfigLocation::PACKAGE, true);
AddStep<ci::security::StepCheckSignature>();