Relocate some utility files 08/237608/2
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 2 Jul 2020 00:43:16 +0000 (09:43 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Fri, 3 Jul 2020 01:15:11 +0000 (10:15 +0900)
commit980030a15cb46f23739e923ec40c7f41b6bef7c1
tree21970a2d496f33375370976ba3636cd5b78b8e01
parent7e819974acedcd58805debc27c4f32fb593f05fc
Relocate some utility files

Relocating some files to reduce modular circular dependency ratio.

Change-Id: I3aeaef2af1b341a0b09b94282d37adc1b8d8e77c
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
86 files changed:
src/common/CMakeLists.txt
src/common/app_query_interface.cc
src/common/dependency_checker.cc
src/common/dependency_checker.h
src/common/external_mount.cc
src/common/external_storage.cc
src/common/external_storage.h
src/common/installer/app_installer.cc [moved from src/common/app_installer.cc with 99% similarity]
src/common/installer/app_installer.h [moved from src/common/app_installer.h with 98% similarity]
src/common/installer_context.h
src/common/installer_runner.cc
src/common/installer_runner.h
src/common/pkgmgr_dependency.cc
src/common/pkgmgr_dependency.h
src/common/pkgmgr_interface.cc
src/common/pkgmgr_interface.h
src/common/pkgmgr_signal.cc
src/common/pkgmgr_signal.h
src/common/plugins/category_plugin.cc [moved from src/common/plugins/types/category_plugin.cc with 99% similarity]
src/common/plugins/category_plugin.h [moved from src/common/plugins/types/category_plugin.h with 83% similarity]
src/common/plugins/metadata_plugin.cc [moved from src/common/plugins/types/metadata_plugin.cc with 99% similarity]
src/common/plugins/metadata_plugin.h [moved from src/common/plugins/types/metadata_plugin.h with 84% similarity]
src/common/plugins/plugin_factory.cc
src/common/plugins/plugin_manager.cc
src/common/plugins/plugin_manager.h
src/common/plugins/tag_plugin.cc [moved from src/common/plugins/types/tag_plugin.cc with 99% similarity]
src/common/plugins/tag_plugin.h [moved from src/common/plugins/types/tag_plugin.h with 91% similarity]
src/common/recovery_file.h
src/common/security_registration.cc
src/common/shared_dirs.cc
src/common/signature.cc
src/common/step/backup/step_backup_icons.cc
src/common/step/backup/step_backup_manifest.cc
src/common/step/backup/step_copy_backup.cc
src/common/step/configuration/step_block_cross_update.cc
src/common/step/configuration/step_check_install_location.cc
src/common/step/configuration/step_configure.cc
src/common/step/configuration/step_parse_manifest.cc
src/common/step/configuration/step_parse_manifest.h
src/common/step/configuration/step_parse_preload.cc
src/common/step/filesystem/step_acquire_external_storage.cc
src/common/step/filesystem/step_change_ownership_and_permission.cc
src/common/step/filesystem/step_copy_storage_directories.cc
src/common/step/filesystem/step_copy_tep.cc
src/common/step/filesystem/step_create_globalapp_symlinks.cc
src/common/step/filesystem/step_migrate_legacy_external_image.cc
src/common/step/filesystem/step_move_installed_storage.cc
src/common/step/filesystem/step_optional_acquire_external_storage.cc
src/common/step/filesystem/step_recover_change_owner.cc
src/common/step/filesystem/step_recover_files.cc
src/common/step/filesystem/step_recover_icons.cc
src/common/step/filesystem/step_recover_manifest.cc
src/common/step/filesystem/step_recover_storage_directories.cc
src/common/step/filesystem/step_remove_files.cc
src/common/step/filesystem/step_remove_globalapp_symlinks.cc
src/common/step/filesystem/step_remove_zip_image.cc
src/common/step/filesystem/step_update_storage_directories.cc
src/common/step/filesystem/step_update_tep.cc
src/common/step/mount/step_check_mount_path.cc
src/common/step/mount/step_mount_install.cc
src/common/step/mount/step_mount_recover.cc
src/common/step/mount/step_mount_unpacked.cc
src/common/step/mount/step_mount_update.cc
src/common/step/mount/step_unmount.cc
src/common/step/pkgmgr/step_check_force_clean.cc
src/common/step/pkgmgr/step_check_installable.cc
src/common/step/pkgmgr/step_check_removable.cc
src/common/step/pkgmgr/step_check_upgradable.cc
src/common/step/pkgmgr/step_recover_application.cc
src/common/step/pkgmgr/step_unregister_app.cc
src/common/step/pkgmgr/step_update_app.cc
src/common/step/pkgmgr/step_update_pkg_disable_info.h
src/common/step/recovery/step_create_recovery_file.cc
src/common/step/recovery/step_recovery.cc
src/common/step/security/step_check_old_certificate.cc
src/common/utils/file_util.cc
src/common/utils/manifest_util.cc
src/common/utils/paths.cc [moved from src/common/paths.cc with 99% similarity]
src/common/utils/paths.h [moved from src/common/paths.h with 96% similarity]
src/common/utils/pkgmgr_query.cc [moved from src/common/pkgmgr_query.cc with 99% similarity]
src/common/utils/pkgmgr_query.h [moved from src/common/pkgmgr_query.h with 97% similarity]
src/common/utils/request.cc [moved from src/common/request.cc with 98% similarity]
src/common/utils/request.h [moved from src/common/request.h with 93% similarity]
src/pkg_recovery/pkg_recovery.cc
src/unit_tests/common/smoke_utils.cc
src/unit_tests/common/smoke_utils.h