Change filepath 09/237609/1
authorJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 2 Jul 2020 00:46:44 +0000 (09:46 +0900)
committerJunghyun Yeon <jungh.yeon@samsung.com>
Thu, 2 Jul 2020 00:46:44 +0000 (09:46 +0900)
Its path has changed.

Related changes:
[app-installers] : https://review.tizen.org/gerrit/#/c/platform/core/appfw/app-installers/+/237608

Change-Id: I29b2a771da487cd56649a185c050620dff4254c5
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
21 files changed:
src/hybrid/hybrid_installer.h
src/hybrid/hybrid_installer_factory.cc
src/unit_tests/manifest_test.cc
src/unit_tests/smoke_test.cc
src/unit_tests/wgt_smoke_utils.h
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/configuration/step_parse.h
src/wgt/step/configuration/step_parse_recovery.cc
src/wgt/step/filesystem/step_copy_preview_icons.h
src/wgt/step/filesystem/step_create_wgt_symbolic_link.h
src/wgt/step/filesystem/step_wgt_prepare_package_directory.cc
src/wgt/step/filesystem/step_wgt_resource_directory.h
src/wgt/step/filesystem/step_wgt_update_package_directory.cc
src/wgt/step/security/step_add_default_privileges.h
src/wgt/step/security/step_check_extension_privileges.h
src/wgt/step/security/step_check_settings_level.h
src/wgt/utils/wgt_app_query_interface.cc
src/wgt/wgt_installer.h
src/wgt/wgt_installer_factory.cc

index c595153..cc07dff 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef HYBRID_HYBRID_INSTALLER_H_
 #define HYBRID_HYBRID_INSTALLER_H_
 
-#include "common/app_installer.h"
+#include "common/installer/app_installer.h"
 #include "common/pkgmgr_interface.h"
 
 namespace ci = common_installer;
index 52c5395..ed9cf2a 100644 (file)
@@ -16,7 +16,7 @@
 #include <string>
 
 #include "common/pkgmgr_interface.h"
-#include "common/pkgmgr_query.h"
+#include "common/utils/pkgmgr_query.h"
 
 namespace ci = common_installer;
 
index ca90c26..56549d0 100644 (file)
@@ -5,8 +5,8 @@
 #include <boost/filesystem/path.hpp>
 
 #include <common/installer_context.h>
-#include <common/request.h>
 #include <common/utils/glist_range.h>
+#include <common/utils/request.h>
 
 #include <wgt_manifest_handlers/setting_handler.h>
 
index 40a1304..2157903 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <common/utils/subprocess.h>
 #include <common/utils/file_util.h>
-#include <common/pkgmgr_query.h>
+#include <common/utils/pkgmgr_query.h>
 #include <unit_tests/common/smoke_utils.h>
 
 #include <memory>
index 8c5e0ef..51d82a9 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef UNIT_TESTS_WGT_SMOKE_UTILS_H_
 #define UNIT_TESTS_WGT_SMOKE_UTILS_H_
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/pkgmgr_interface.h>
 #include <common/step/configuration/step_fail.h>
 #include <unit_tests/common/smoke_utils.h>
index c39474b..e1c2b42 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <boost/filesystem/path.hpp>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index 31f42d5..31424c0 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <boost/filesystem.hpp>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index 757a3c6..8c97c72 100644 (file)
@@ -7,10 +7,10 @@
 
 #include <boost/filesystem/path.hpp>
 
-#include <common/app_installer.h>
-#include <common/paths.h>
+#include <common/installer/app_installer.h>
+#include <common/utils/paths.h>
 #include <common/installer_context.h>
-#include <common/pkgmgr_query.h>
+#include <common/utils/pkgmgr_query.h>
 #include <common/privileges.h>
 #include <common/step/step.h>
 #include <common/utils/glist_range.h>
index 55cd0d7..0480048 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <boost/filesystem.hpp>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index 728a19e..6d8bee9 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "wgt/step/configuration/step_parse_recovery.h"
 
-#include <common/paths.h>
+#include <common/utils/paths.h>
 #include <common/installer_context.h>
 
 namespace {
index 5a51d83..cf843b9 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <manifest_parser/utils/logging.h>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index a91cbf1..548baab 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <manifest_parser/utils/logging.h>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index 3ac814c..5b2bb0f 100644 (file)
@@ -8,7 +8,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/system_error.hpp>
 
-#include <common/paths.h>
+#include <common/utils/paths.h>
 #include <common/utils/file_util.h>
 
 #include <vector>
index f81ebd5..af811fe 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <manifest_parser/utils/logging.h>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index efe6be8..9cb801d 100644 (file)
@@ -8,7 +8,7 @@
 #include <boost/filesystem/operations.hpp>
 #include <boost/system/error_code.hpp>
 
-#include <common/paths.h>
+#include <common/utils/paths.h>
 #include <common/utils/file_util.h>
 
 namespace bf = boost::filesystem;
index 84c7bca..fc0671a 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <manifest_parser/utils/logging.h>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index c390d3c..ee1cf4e 100755 (executable)
@@ -8,7 +8,7 @@
 #ifndef WGT_STEP_SECURITY_STEP_CHECK_EXTENSION_PRIVILEGES_H_
 #define WGT_STEP_SECURITY_STEP_CHECK_EXTENSION_PRIVILEGES_H_
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 #include <glib.h>
index 772188b..2ad7a98 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <manifest_parser/utils/logging.h>
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 #include <common/installer_context.h>
 #include <common/step/step.h>
 
index 3c9131e..d785f90 100644 (file)
 #include <boost/system/error_code.hpp>
 
 #include <common/pkgmgr_interface.h>
-#include <common/pkgmgr_query.h>
+#include <common/utils/pkgmgr_query.h>
 #include <common/recovery_file.h>
-#include <common/request.h>
 #include <common/utils/file_util.h>
+#include <common/utils/request.h>
 
 #include <manifest_parser/manifest_parser.h>
 #include <manifest_parser/utils/logging.h>
index e210622..2c99aa6 100644 (file)
@@ -5,7 +5,7 @@
 #ifndef WGT_WGT_INSTALLER_H_
 #define WGT_WGT_INSTALLER_H_
 
-#include <common/app_installer.h>
+#include <common/installer/app_installer.h>
 
 namespace wgt {
 
index e826ee2..54d191e 100644 (file)
@@ -16,7 +16,7 @@
 #include <string>
 
 #include "common/pkgmgr_interface.h"
-#include "common/pkgmgr_query.h"
+#include "common/utils/pkgmgr_query.h"
 
 namespace ci = common_installer;