Rework step/ directory structure 97/61797/6 accepted/tizen/common/20160322.145746 accepted/tizen/ivi/20160322.003613 accepted/tizen/mobile/20160322.003528 accepted/tizen/tv/20160322.003549 accepted/tizen/wearable/20160322.003558 submit/tizen/20160321.131614 submit/tizen/20160321.153043
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 10 Mar 2016 12:08:12 +0000 (13:08 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Mon, 21 Mar 2016 09:11:44 +0000 (10:11 +0100)
commit6c322d9d2f91dc4fe298bae8d52ce720e825fbcf
tree83f93048929671362c4c5f5c7d740d9a3d42e70e
parentddf125a1cdb9d1e435733ea9ea18e26c01521308
Rework step/ directory structure

Steps are moved to subdirectories according to their namespace.

Submit together with:
 - https://review.tizen.org/gerrit/61795
 - https://review.tizen.org/gerrit/61796
 - https://review.tizen.org/gerrit/61797

Build to verify, no logic changes were made.

Change-Id: I52132e9bff5efa6ede8f43c3ef6cd6bbd3064097
92 files changed:
src/common/CMakeLists.txt
src/common/step/backup/step_backup_icons.cc [moved from src/common/step/step_backup_icons.cc with 97% similarity]
src/common/step/backup/step_backup_icons.h [moved from src/common/step/step_backup_icons.h with 90% similarity]
src/common/step/backup/step_backup_manifest.cc [moved from src/common/step/step_backup_manifest.cc with 97% similarity]
src/common/step/backup/step_backup_manifest.h [moved from src/common/step/step_backup_manifest.h with 87% similarity]
src/common/step/backup/step_copy_backup.cc [moved from src/common/step/step_copy_backup.cc with 98% similarity]
src/common/step/backup/step_copy_backup.h [moved from src/common/step/step_copy_backup.h with 91% similarity]
src/common/step/configuration/step_configure.cc [moved from src/common/step/step_configure.cc with 99% similarity]
src/common/step/configuration/step_configure.h [moved from src/common/step/step_configure.h with 91% similarity]
src/common/step/configuration/step_fail.cc [moved from src/common/step/step_fail.cc with 89% similarity]
src/common/step/configuration/step_fail.h [moved from src/common/step/step_fail.h with 85% similarity]
src/common/step/configuration/step_parse_manifest.cc [moved from src/common/step/step_parse_manifest.cc with 99% similarity]
src/common/step/configuration/step_parse_manifest.h [moved from src/common/step/step_parse_manifest.h with 94% similarity]
src/common/step/filesystem/step_clear_data.cc [moved from src/common/step/step_clear_data.cc with 96% similarity]
src/common/step/filesystem/step_clear_data.h [moved from src/common/step/step_clear_data.h with 83% similarity]
src/common/step/filesystem/step_copy.cc [moved from src/common/step/step_copy.cc with 98% similarity]
src/common/step/filesystem/step_copy.h [moved from src/common/step/step_copy.h with 90% similarity]
src/common/step/filesystem/step_copy_storage_directories.cc [moved from src/common/step/step_copy_storage_directories.cc with 97% similarity]
src/common/step/filesystem/step_copy_storage_directories.h [moved from src/common/step/step_copy_storage_directories.h with 88% similarity]
src/common/step/filesystem/step_copy_tep.cc [moved from src/common/step/step_copy_tep.cc with 97% similarity]
src/common/step/filesystem/step_copy_tep.h [moved from src/common/step/step_copy_tep.h with 89% similarity]
src/common/step/filesystem/step_create_icons.cc [moved from src/common/step/step_create_icons.cc with 97% similarity]
src/common/step/filesystem/step_create_icons.h [moved from src/common/step/step_create_icons.h with 87% similarity]
src/common/step/filesystem/step_create_per_user_storage_directories.cc [moved from src/common/step/step_create_per_user_storage_directories.cc with 92% similarity]
src/common/step/filesystem/step_create_per_user_storage_directories.h [moved from src/common/step/step_create_per_user_storage_directories.h with 82% similarity]
src/common/step/filesystem/step_create_storage_directories.cc [moved from src/common/step/step_create_storage_directories.cc with 97% similarity]
src/common/step/filesystem/step_create_storage_directories.h [moved from src/common/step/step_create_storage_directories.h with 86% similarity]
src/common/step/filesystem/step_delta_patch.cc [moved from src/common/step/step_delta_patch.cc with 99% similarity]
src/common/step/filesystem/step_delta_patch.h [moved from src/common/step/step_delta_patch.h with 91% similarity]
src/common/step/filesystem/step_recover_files.cc [moved from src/common/step/step_recover_files.cc with 97% similarity]
src/common/step/filesystem/step_recover_files.h [moved from src/common/step/step_recover_files.h with 80% similarity]
src/common/step/filesystem/step_recover_icons.cc [moved from src/common/step/step_recover_icons.cc with 97% similarity]
src/common/step/filesystem/step_recover_icons.h [moved from src/common/step/step_recover_icons.h with 83% similarity]
src/common/step/filesystem/step_recover_manifest.cc [moved from src/common/step/step_recover_manifest.cc with 97% similarity]
src/common/step/filesystem/step_recover_manifest.h [moved from src/common/step/step_recover_manifest.h with 80% similarity]
src/common/step/filesystem/step_recover_storage_directories.cc [moved from src/common/step/step_recover_storage_directories.cc with 94% similarity]
src/common/step/filesystem/step_recover_storage_directories.h [moved from src/common/step/step_recover_storage_directories.h with 82% similarity]
src/common/step/filesystem/step_remove_files.cc [moved from src/common/step/step_remove_files.cc with 97% similarity]
src/common/step/filesystem/step_remove_files.h [moved from src/common/step/step_remove_files.h with 80% similarity]
src/common/step/filesystem/step_remove_icons.cc [moved from src/common/step/step_remove_icons.cc with 96% similarity]
src/common/step/filesystem/step_remove_icons.h [moved from src/common/step/step_remove_icons.h with 82% similarity]
src/common/step/filesystem/step_remove_per_user_storage_directories.cc [moved from src/common/step/step_remove_per_user_storage_directories.cc with 92% similarity]
src/common/step/filesystem/step_remove_per_user_storage_directories.h [moved from src/common/step/step_remove_per_user_storage_directories.h with 82% similarity]
src/common/step/filesystem/step_remove_temporary_directory.cc [moved from src/common/step/step_remove_temporary_directory.cc with 93% similarity]
src/common/step/filesystem/step_remove_temporary_directory.h [moved from src/common/step/step_remove_temporary_directory.h with 77% similarity]
src/common/step/filesystem/step_unzip.cc [moved from src/common/step/step_unzip.cc with 98% similarity]
src/common/step/filesystem/step_unzip.h [moved from src/common/step/step_unzip.h with 90% similarity]
src/common/step/pkgmgr/step_check_blacklist.cc [moved from src/common/step/step_check_blacklist.cc with 92% similarity]
src/common/step/pkgmgr/step_check_blacklist.h [moved from src/common/step/step_check_blacklist.h with 72% similarity]
src/common/step/pkgmgr/step_check_removable.cc [moved from src/common/step/step_check_removable.cc with 95% similarity]
src/common/step/pkgmgr/step_check_removable.h [moved from src/common/step/step_check_removable.h with 78% similarity]
src/common/step/pkgmgr/step_kill_apps.cc [moved from src/common/step/step_kill_apps.cc with 97% similarity]
src/common/step/pkgmgr/step_kill_apps.h [moved from src/common/step/step_kill_apps.h with 87% similarity]
src/common/step/pkgmgr/step_recover_application.cc [moved from src/common/step/step_recover_application.cc with 97% similarity]
src/common/step/pkgmgr/step_recover_application.h [moved from src/common/step/step_recover_application.h with 79% similarity]
src/common/step/pkgmgr/step_register_app.cc [moved from src/common/step/step_register_app.cc with 97% similarity]
src/common/step/pkgmgr/step_register_app.h [moved from src/common/step/step_register_app.h with 78% similarity]
src/common/step/pkgmgr/step_remove_manifest.cc [moved from src/common/step/step_remove_manifest.cc with 94% similarity]
src/common/step/pkgmgr/step_remove_manifest.h [moved from src/common/step/step_remove_manifest.h with 85% similarity]
src/common/step/pkgmgr/step_run_parser_plugins.cc [moved from src/common/step/step_run_parser_plugins.cc with 97% similarity]
src/common/step/pkgmgr/step_run_parser_plugins.h [moved from src/common/step/step_run_parser_plugins.h with 86% similarity]
src/common/step/pkgmgr/step_unregister_app.cc [moved from src/common/step/step_unregister_app.cc with 98% similarity]
src/common/step/pkgmgr/step_unregister_app.h [moved from src/common/step/step_unregister_app.h with 82% similarity]
src/common/step/pkgmgr/step_update_app.cc [moved from src/common/step/step_update_app.cc with 98% similarity]
src/common/step/pkgmgr/step_update_app.h [moved from src/common/step/step_update_app.h with 82% similarity]
src/common/step/pkgmgr/step_update_tep.cc [moved from src/common/step/step_update_tep.cc with 96% similarity]
src/common/step/pkgmgr/step_update_tep.h [moved from src/common/step/step_update_tep.h with 82% similarity]
src/common/step/recovery/step_open_recovery_file.cc [moved from src/common/step/step_open_recovery_file.cc with 96% similarity]
src/common/step/recovery/step_open_recovery_file.h [moved from src/common/step/step_open_recovery_file.h with 79% similarity]
src/common/step/recovery/step_recovery.cc [moved from src/common/step/step_recovery.cc with 93% similarity]
src/common/step/recovery/step_recovery.h [moved from src/common/step/step_recovery.h with 87% similarity]
src/common/step/security/step_check_background_category.cc [moved from src/common/step/step_check_background_category.cc with 99% similarity]
src/common/step/security/step_check_background_category.h [moved from src/common/step/step_check_background_category.h with 95% similarity]
src/common/step/security/step_check_old_certificate.cc [moved from src/common/step/step_check_old_certificate.cc with 96% similarity]
src/common/step/security/step_check_old_certificate.h [moved from src/common/step/step_check_old_certificate.h with 84% similarity]
src/common/step/security/step_check_signature.cc [moved from src/common/step/step_check_signature.cc with 99% similarity]
src/common/step/security/step_check_signature.h [moved from src/common/step/step_check_signature.h with 88% similarity]
src/common/step/security/step_privilege_compatibility.cc [moved from src/common/step/step_privilege_compatibility.cc with 98% similarity]
src/common/step/security/step_privilege_compatibility.h [moved from src/common/step/step_privilege_compatibility.h with 82% similarity]
src/common/step/security/step_recover_security.cc [moved from src/common/step/step_recover_security.cc with 97% similarity]
src/common/step/security/step_recover_security.h [moved from src/common/step/step_recover_security.h with 80% similarity]
src/common/step/security/step_register_security.cc [moved from src/common/step/step_register_security.cc with 96% similarity]
src/common/step/security/step_register_security.h [moved from src/common/step/step_register_security.h with 78% similarity]
src/common/step/security/step_revoke_security.cc [moved from src/common/step/step_revoke_security.cc with 96% similarity]
src/common/step/security/step_revoke_security.h [moved from src/common/step/step_revoke_security.h with 82% similarity]
src/common/step/security/step_rollback_deinstallation_security.cc [moved from src/common/step/step_rollback_deinstallation_security.cc with 95% similarity]
src/common/step/security/step_rollback_deinstallation_security.h [moved from src/common/step/step_rollback_deinstallation_security.h with 78% similarity]
src/common/step/security/step_rollback_installation_security.cc [moved from src/common/step/step_rollback_installation_security.cc with 94% similarity]
src/common/step/security/step_rollback_installation_security.h [moved from src/common/step/step_rollback_installation_security.h with 80% similarity]
src/common/step/security/step_update_security.cc [moved from src/common/step/step_update_security.cc with 96% similarity]
src/common/step/security/step_update_security.h [moved from src/common/step/step_update_security.h with 79% similarity]
src/unit_tests/signature_unittest.cc