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
78 files changed:
src/hybrid/CMakeLists.txt
src/hybrid/hybrid_installer.cc
src/hybrid/step/configuration/step_merge_tpk_config.cc [new file with mode: 0644]
src/hybrid/step/configuration/step_merge_tpk_config.h [new file with mode: 0644]
src/hybrid/step/configuration/step_parse.cc [new file with mode: 0644]
src/hybrid/step/configuration/step_parse.h [new file with mode: 0644]
src/hybrid/step/configuration/step_stash_tpk_config.cc [new file with mode: 0644]
src/hybrid/step/configuration/step_stash_tpk_config.h [new file with mode: 0644]
src/hybrid/step/encryption/step_encrypt_resources.cc [new file with mode: 0644]
src/hybrid/step/encryption/step_encrypt_resources.h [new file with mode: 0644]
src/hybrid/step/step_encrypt_resources.cc [deleted file]
src/hybrid/step/step_encrypt_resources.h [deleted file]
src/hybrid/step/step_merge_tpk_config.cc [deleted file]
src/hybrid/step/step_merge_tpk_config.h [deleted file]
src/hybrid/step/step_parse.cc [deleted file]
src/hybrid/step/step_parse.h [deleted file]
src/hybrid/step/step_stash_tpk_config.cc [deleted file]
src/hybrid/step/step_stash_tpk_config.h [deleted file]
src/unit_tests/manifest_test.cc
src/unit_tests/smoke_test.cc
src/wgt/CMakeLists.txt
src/wgt/step/configuration/step_parse.cc [new file with mode: 0644]
src/wgt/step/configuration/step_parse.h [new file with mode: 0644]
src/wgt/step/configuration/step_parse_recovery.cc [new file with mode: 0644]
src/wgt/step/configuration/step_parse_recovery.h [new file with mode: 0644]
src/wgt/step/encryption/step_encrypt_resources.cc [new file with mode: 0644]
src/wgt/step/encryption/step_encrypt_resources.h [new file with mode: 0644]
src/wgt/step/encryption/step_remove_encryption_data.cc [new file with mode: 0644]
src/wgt/step/encryption/step_remove_encryption_data.h [new file with mode: 0644]
src/wgt/step/filesystem/step_create_symbolic_link.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_create_symbolic_link.h [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_patch_icons.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_patch_icons.h [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_patch_storage_directories.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_patch_storage_directories.h [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_resource_directory.cc [new file with mode: 0644]
src/wgt/step/filesystem/step_wgt_resource_directory.h [new file with mode: 0644]
src/wgt/step/pkgmgr/step_generate_xml.cc [new file with mode: 0644]
src/wgt/step/pkgmgr/step_generate_xml.h [new file with mode: 0644]
src/wgt/step/rds/step_rds_modify.cc [new file with mode: 0644]
src/wgt/step/rds/step_rds_modify.h [new file with mode: 0644]
src/wgt/step/rds/step_rds_parse.cc [new file with mode: 0644]
src/wgt/step/rds/step_rds_parse.h [new file with mode: 0644]
src/wgt/step/security/step_add_default_privileges.cc [new file with mode: 0644]
src/wgt/step/security/step_add_default_privileges.h [new file with mode: 0644]
src/wgt/step/security/step_check_settings_level.cc [new file with mode: 0644]
src/wgt/step/security/step_check_settings_level.h [new file with mode: 0644]
src/wgt/step/security/step_check_wgt_background_category.cc [new file with mode: 0644]
src/wgt/step/security/step_check_wgt_background_category.h [new file with mode: 0644]
src/wgt/step/step_add_default_privileges.cc [deleted file]
src/wgt/step/step_add_default_privileges.h [deleted file]
src/wgt/step/step_check_settings_level.cc [deleted file]
src/wgt/step/step_check_settings_level.h [deleted file]
src/wgt/step/step_check_wgt_background_category.cc [deleted file]
src/wgt/step/step_check_wgt_background_category.h [deleted file]
src/wgt/step/step_create_symbolic_link.cc [deleted file]
src/wgt/step/step_create_symbolic_link.h [deleted file]
src/wgt/step/step_encrypt_resources.cc [deleted file]
src/wgt/step/step_encrypt_resources.h [deleted file]
src/wgt/step/step_generate_xml.cc [deleted file]
src/wgt/step/step_generate_xml.h [deleted file]
src/wgt/step/step_parse.cc [deleted file]
src/wgt/step/step_parse.h [deleted file]
src/wgt/step/step_parse_recovery.cc [deleted file]
src/wgt/step/step_parse_recovery.h [deleted file]
src/wgt/step/step_rds_modify.cc [deleted file]
src/wgt/step/step_rds_modify.h [deleted file]
src/wgt/step/step_rds_parse.cc [deleted file]
src/wgt/step/step_rds_parse.h [deleted file]
src/wgt/step/step_remove_encryption_data.cc [deleted file]
src/wgt/step/step_remove_encryption_data.h [deleted file]
src/wgt/step/step_wgt_patch_icons.cc [deleted file]
src/wgt/step/step_wgt_patch_icons.h [deleted file]
src/wgt/step/step_wgt_patch_storage_directories.cc [deleted file]
src/wgt/step/step_wgt_patch_storage_directories.h [deleted file]
src/wgt/step/step_wgt_resource_directory.cc [deleted file]
src/wgt/step/step_wgt_resource_directory.h [deleted file]
src/wgt/wgt_installer.cc