Rework step/ directory structure 96/61796/4 accepted/tizen/common/20160322.145800 accepted/tizen/ivi/20160322.003619 accepted/tizen/mobile/20160322.003543 accepted/tizen/tv/20160322.003554 accepted/tizen/wearable/20160322.003601 submit/tizen/20160321.131614 submit/tizen/20160321.153043
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 10 Mar 2016 13:14:03 +0000 (14:14 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Thu, 17 Mar 2016 15:46:08 +0000 (16:46 +0100)
commitc15c6a779b0c5bce5bf96cb2315b6b190438e7e6
treea6bfa10b31ef417246f0a1b218cc70fcb1bd5c0a
parentab0a6e3c873903e38615d818faf041d855db397a
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: Idb6548add52b29a92837d15ef7180587fe902d29
42 files changed:
src/hybrid/CMakeLists.txt
src/hybrid/hybrid_installer.cc
src/hybrid/step/configuration/step_merge_tpk_config.cc [moved from src/hybrid/step/step_merge_tpk_config.cc with 87% similarity]
src/hybrid/step/configuration/step_merge_tpk_config.h [moved from src/hybrid/step/step_merge_tpk_config.h with 76% similarity]
src/hybrid/step/configuration/step_parse.cc [moved from src/hybrid/step/step_parse.cc with 78% similarity]
src/hybrid/step/configuration/step_parse.h [moved from src/hybrid/step/step_parse.h with 59% similarity]
src/hybrid/step/configuration/step_stash_tpk_config.cc [moved from src/hybrid/step/step_stash_tpk_config.cc with 82% similarity]
src/hybrid/step/configuration/step_stash_tpk_config.h [moved from src/hybrid/step/step_stash_tpk_config.h with 75% similarity]
src/hybrid/step/encryption/step_encrypt_resources.cc [moved from src/hybrid/step/step_encrypt_resources.cc with 75% similarity]
src/hybrid/step/encryption/step_encrypt_resources.h [moved from src/hybrid/step/step_encrypt_resources.h with 53% similarity]
src/unit_tests/manifest_test.cc
src/unit_tests/smoke_test.cc
src/wgt/CMakeLists.txt
src/wgt/step/configuration/step_parse.cc [moved from src/wgt/step/step_parse.cc with 87% similarity]
src/wgt/step/configuration/step_parse.h [moved from src/wgt/step/step_parse.h with 88% similarity]
src/wgt/step/configuration/step_parse_recovery.cc [moved from src/wgt/step/step_parse_recovery.cc with 92% similarity]
src/wgt/step/configuration/step_parse_recovery.h [moved from src/wgt/step/step_parse_recovery.h with 82% similarity]
src/wgt/step/encryption/step_encrypt_resources.cc [moved from src/wgt/step/step_encrypt_resources.cc with 98% similarity]
src/wgt/step/encryption/step_encrypt_resources.h [moved from src/wgt/step/step_encrypt_resources.h with 87% similarity]
src/wgt/step/encryption/step_remove_encryption_data.cc [moved from src/wgt/step/step_remove_encryption_data.cc with 93% similarity]
src/wgt/step/encryption/step_remove_encryption_data.h [moved from src/wgt/step/step_remove_encryption_data.h with 78% similarity]
src/wgt/step/filesystem/step_create_symbolic_link.cc [moved from src/wgt/step/step_create_symbolic_link.cc with 97% similarity]
src/wgt/step/filesystem/step_create_symbolic_link.h [moved from src/wgt/step/step_create_symbolic_link.h with 86% similarity]
src/wgt/step/filesystem/step_wgt_patch_icons.cc [moved from src/wgt/step/step_wgt_patch_icons.cc with 96% similarity]
src/wgt/step/filesystem/step_wgt_patch_icons.h [moved from src/wgt/step/step_wgt_patch_icons.h with 83% similarity]
src/wgt/step/filesystem/step_wgt_patch_storage_directories.cc [moved from src/wgt/step/step_wgt_patch_storage_directories.cc with 97% similarity]
src/wgt/step/filesystem/step_wgt_patch_storage_directories.h [moved from src/wgt/step/step_wgt_patch_storage_directories.h with 82% similarity]
src/wgt/step/filesystem/step_wgt_resource_directory.cc [moved from src/wgt/step/step_wgt_resource_directory.cc with 95% similarity]
src/wgt/step/filesystem/step_wgt_resource_directory.h [moved from src/wgt/step/step_wgt_resource_directory.h with 88% similarity]
src/wgt/step/pkgmgr/step_generate_xml.cc [moved from src/wgt/step/step_generate_xml.cc with 99% similarity]
src/wgt/step/pkgmgr/step_generate_xml.h [moved from src/wgt/step/step_generate_xml.h with 88% similarity]
src/wgt/step/rds/step_rds_modify.cc [moved from src/wgt/step/step_rds_modify.cc with 99% similarity]
src/wgt/step/rds/step_rds_modify.h [moved from src/wgt/step/step_rds_modify.h with 94% similarity]
src/wgt/step/rds/step_rds_parse.cc [moved from src/wgt/step/step_rds_parse.cc with 97% similarity]
src/wgt/step/rds/step_rds_parse.h [moved from src/wgt/step/step_rds_parse.h with 90% similarity]
src/wgt/step/security/step_add_default_privileges.cc [moved from src/wgt/step/step_add_default_privileges.cc with 93% similarity]
src/wgt/step/security/step_add_default_privileges.h [moved from src/wgt/step/step_add_default_privileges.h with 86% similarity]
src/wgt/step/security/step_check_settings_level.cc [moved from src/wgt/step/step_check_settings_level.cc with 96% similarity]
src/wgt/step/security/step_check_settings_level.h [moved from src/wgt/step/step_check_settings_level.h with 87% similarity]
src/wgt/step/security/step_check_wgt_background_category.cc [moved from src/wgt/step/step_check_wgt_background_category.cc with 92% similarity]
src/wgt/step/security/step_check_wgt_background_category.h [moved from src/wgt/step/step_check_wgt_background_category.h with 74% similarity]
src/wgt/wgt_installer.cc