#include <common/step/filesystem/step_copy_tep.h>
#include <common/step/filesystem/step_create_icons.h>
#include <common/step/filesystem/step_create_globalapp_symlinks.h>
-#include <common/step/filesystem/step_create_per_user_storage_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_recover_icons.h>
#include <common/step/filesystem/step_recover_manifest.h>
#include <common/step/filesystem/step_recover_external_storage.h>
-#include <common/step/filesystem/step_recover_per_user_storage_directories.h>
#include <common/step/filesystem/step_recover_storage_directories.h>
#include <common/step/filesystem/step_remove_files.h>
#include <common/step/filesystem/step_remove_icons.h>
#include <common/step/filesystem/step_remove_zip_image.h>
#include <common/step/filesystem/step_remove_tep.h>
#include <common/step/filesystem/step_unzip.h>
-#include <common/step/filesystem/step_update_per_user_storage_directories.h>
#include <common/step/filesystem/step_update_storage_directories.h>
#include <common/step/filesystem/step_update_tep.h>
#include <common/step/mount/step_mount_install.h>
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<wgt::filesystem::StepCopyPreviewIcons>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
- AddStep<ci::filesystem::StepCreateStorageDirectories>();
AddStep<wgt::pkgmgr::StepGenerateXml>();
AddStep<hybrid::pkgmgr::StepMergeXml>();
AddStep<tpk::pkgmgr::StepManifestAdjustment>();
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::HybridAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::filesystem::StepAcquireExternalStorage>(true);
AddStep<ci::backup::StepCopyBackup>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<tpk::filesystem::StepTpkPatchIcons>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::filesystem::StepAcquireExternalStorage>(true);
AddStep<ci::backup::StepCopyBackup>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<tpk::filesystem::StepTpkPatchIcons>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::filesystem::StepRecoverIcons>();
AddStep<ci::filesystem::StepRecoverManifest>();
AddStep<ci::filesystem::StepRecoverExternalStorage>();
- AddStep<ci::filesystem::StepRecoverPerUserStorageDirectories>();
AddStep<ci::filesystem::StepRecoverStorageDirectories>();
AddStep<ci::filesystem::StepRecoverFiles>();
AddStep<ci::mount::StepMountRecover>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<wgt::filesystem::StepCopyPreviewIcons>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
- AddStep<ci::filesystem::StepCreateStorageDirectories>();
AddStep<wgt::pkgmgr::StepGenerateXml>();
AddStep<hybrid::pkgmgr::StepMergeXml>();
AddStep<tpk::pkgmgr::StepManifestAdjustment>();
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::HybridAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>(true);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::mount::StepMountUpdate>();
AddStep<tpk::filesystem::StepTpkUpdatePackageDirectory>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<tpk::filesystem::StepTpkPatchIcons>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>(true);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::HybridAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::HybridAdditionalSharedDirs);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
#include <common/step/filesystem/step_copy_tep.h>
#include <common/step/filesystem/step_create_icons.h>
#include <common/step/filesystem/step_create_globalapp_symlinks.h>
-#include <common/step/filesystem/step_create_per_user_storage_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_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_icons.h>
#include <common/step/filesystem/step_remove_globalapp_symlinks.h>
#include <common/step/filesystem/step_remove_user_data.h>
#include <common/step/filesystem/step_remove_zip_image.h>
#include <common/step/filesystem/step_unzip.h>
-#include <common/step/filesystem/step_update_per_user_storage_directories.h>
#include <common/step/filesystem/step_update_storage_directories.h>
#include <common/step/filesystem/step_update_tep.h>
#include <common/step/mount/step_check_mount_path.h>
AddStep<ci::filesystem::StepCopy>();
AddStep<ci::filesystem::StepCopyTep>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
- AddStep<ci::filesystem::StepCreateStorageDirectories>();
AddStep<wgt::filesystem::StepCreateSymbolicLink>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::WgtAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::security::StepRevokeTrustAnchor>();
AddStep<ci::backup::StepCopyBackup>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
AddStep<wgt::filesystem::StepCreateSymbolicLink>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepRevokeTrustAnchor>();
AddStep<ci::backup::StepCopyBackup>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
AddStep<wgt::filesystem::StepCreateSymbolicLink>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::filesystem::StepRecoverManifest>();
AddStep<ci::filesystem::StepRecoverExternalStorage>();
AddStep<ci::filesystem::StepRecoverStorageDirectories>();
- AddStep<ci::filesystem::StepRecoverPerUserStorageDirectories>();
AddStep<ci::filesystem::StepRecoverGlobalAppSymlinks>();
AddStep<ci::filesystem::StepRecoverFiles>();
AddStep<ci::mount::StepMountRecover>();
AddStep<wgt::filesystem::StepWgtPreparePackageDirectory>();
AddStep<ci::filesystem::StepCopyTep>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
- AddStep<ci::filesystem::StepCreateStorageDirectories>();
AddStep<wgt::filesystem::StepCreateSymbolicLink>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::filesystem::StepCreateIcons>();
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::WgtAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>(true);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::mount::StepMountUpdate>();
AddStep<wgt::filesystem::StepWgtUpdatePackageDirectory>();
AddStep<ci::filesystem::StepUpdateTep>();
- AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<wgt::filesystem::StepWgtPatchStorageDirectories>();
AddStep<wgt::filesystem::StepCreateSymbolicLink>();
AddStep<wgt::filesystem::StepWgtPatchIcons>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>(true);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
ci::security::StepPrivacyPrivilege::ActionType::Install);
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::WgtAdditionalSharedDirs);
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepChangeOwnershipAndPermission>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
ci::security::StepPrivacyPrivilege::ActionType::Install);
AddStep<ci::security::StepRegisterSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(ci::Plugin::ActionType::Install);
- AddStep<ci::filesystem::StepCreatePerUserStorageDirectories>(
+ AddStep<ci::filesystem::StepCreateStorageDirectories>(
wgt::filesystem::WgtAdditionalSharedDirs);
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}
AddStep<ci::security::StepUpdateSecurity>();
AddStep<ci::pkgmgr::StepRunParserPlugin>(
ci::Plugin::ActionType::Upgrade);
- AddStep<ci::filesystem::StepUpdatePerUserStorageDirectories>();
+ AddStep<ci::filesystem::StepUpdateStorageDirectories>();
AddStep<ci::filesystem::StepCreateGlobalAppSymlinks>();
}