Move utility files into newly created directory 86/219286/3
authorJunghyun Yeon <jungh.yeon@samsung.com>
Wed, 4 Dec 2019 04:52:13 +0000 (13:52 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Tue, 14 Jan 2020 06:10:07 +0000 (15:10 +0900)
commit809b4fa12b835dfc3aed838ef7601997cb4ab14e
treeded44beb6f779e1a84e0efc59522f2deee414297
parent73f795782362c4c651a74eb7759d831eb4fd43a7
Move utility files into newly created directory

Move it to reduce module circular dependency.

Change-Id: Iffed47db7a38950afe961ea4ebdc9b5fd643e57f
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
22 files changed:
src/hybrid/hybrid_backend_data.h
src/unit_tests/manifest_test.cc
src/unit_tests/smoke_test_helper.cc
src/unit_tests/smoke_utils.h
src/wgt/CMakeLists.txt
src/wgt/step/configuration/step_check_start_files.cc
src/wgt/step/configuration/step_check_start_files.h
src/wgt/step/configuration/step_parse.cc
src/wgt/step/encryption/step_encrypt_resources.h
src/wgt/step/filesystem/step_copy_preview_icons.cc
src/wgt/step/pkgmgr/step_generate_xml.cc
src/wgt/step/security/step_check_extension_privileges.cc
src/wgt/step/security/step_check_settings_level.cc
src/wgt/step/security/step_check_wgt_background_category.cc
src/wgt/utils/extension_config_parser.cc [moved from src/wgt/extension_config_parser.cc with 99% similarity, mode: 0644]
src/wgt/utils/extension_config_parser.h [moved from src/wgt/extension_config_parser.h with 100% similarity, mode: 0644]
src/wgt/utils/shared_dirs.h [moved from src/wgt/shared_dirs.h with 100% similarity]
src/wgt/utils/wgt_app_query_interface.cc [moved from src/wgt/wgt_app_query_interface.cc with 98% similarity]
src/wgt/utils/wgt_app_query_interface.h [moved from src/wgt/wgt_app_query_interface.h with 100% similarity]
src/wgt/utils/wgt_backend_data.h [moved from src/wgt/wgt_backend_data.h with 100% similarity]
src/wgt/wgt_installer.cc
src/wgt_backend/wgt_backend.cc