Fix Build error after dividing application package 94/140694/1 accepted/tizen/4.0/unified/20170816.014312 accepted/tizen/unified/20170727.190803 submit/tizen/20170726.055439 submit/tizen/20170726.055520 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
authorKiseok Chang <kiso.chang@samsung.com>
Wed, 26 Jul 2017 05:35:12 +0000 (14:35 +0900)
committerKiseok Chang <kiso.chang@samsung.com>
Wed, 26 Jul 2017 05:36:49 +0000 (14:36 +0900)
Change-Id: Ia1a4ae2d98e1f6417dec8688c2e76bf0fdad22f9
Signed-off-by: Kiseok Chang <kiso.chang@samsung.com>
include/setting.h [changed mode: 0644->0755]
setting-applications/src/setting-applications-defaultapp.c [changed mode: 0644->0755]
setting-appmgr/src/setting-appmgr-runinfo.c [changed mode: 0644->0755]
setting-appmgr/src/setting-appmgr-utils.c [changed mode: 0644->0755]
setting-common/include/setting-common-general-func.h
setting-flightmode/src/setting-flightmode.c [changed mode: 0644->0755]
setting-language-and-input/include/setting-language-and-input.h [changed mode: 0644->0755]
setting-license/include/setting-license.h [changed mode: 0644->0755]
setting-profile/CMakeLists.txt
setting-profile/src/setting-profile-sound-main.c
setting-smartmanager/smartmanager-battery/src/smartmanager-battery.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4fc5697..4de8a99
 #include <Eina.h>
 #include <Elementary.h>
 #include <ITapiModem.h>
-#include <sensor.h>
 #include <account.h>
 #include <app_manager.h>
 #include <efl_extension.h>
old mode 100644 (file)
new mode 100755 (executable)
index a3e2a8e..71a9dfc
  *
  */
 
+#include "setting-applications-defaultapp.h"
+
 #include <aul_svc.h>
 #include <pkgmgr-info.h>
-#include "setting-applications-defaultapp.h"
+
 
 static int __view_create(void *cb);
 static int __view_destroy(void *cb);
@@ -37,6 +39,7 @@ setting_view setting_view_applications_defaultapp = {
                .update = NULL,
                .cleanup = __view_cleanup
 };
+
 /* ***************************************************
  *
  *basic func
old mode 100644 (file)
new mode 100755 (executable)
index 7503265..2efa5d7
 #include "setting-appmgr-utils.h"
 #include "setting-appmgr-runinfo.h"
 
+#include <aul.h>
 #include <app_manager_extension.h>
 
+
 setting_view setting_view_appmgr_runinfo;
 
 typedef struct {
old mode 100644 (file)
new mode 100755 (executable)
index 0057f3f..0b7d5a0
@@ -27,6 +27,8 @@
 #include "setting-appmgr-async-worker.h"
 #include "setting-appmgr-utils.h"
 
+#include <aul.h>
+
 void appmgr_size_to_str(int size, char *desc, int desc_size)
 {
        double tmp_size = 0.0;
index 626fb013b252ed4ff5d84df0f7ca606faef30f8d..e66221ea780a8fadf3b280b431f2fe23818eb97c 100755 (executable)
@@ -37,7 +37,6 @@
 #endif
 
 #include <setting-common-data-type.h>
-#include <aul.h>
 #include <regex.h>
 
 #ifndef _EDJ
old mode 100644 (file)
new mode 100755 (executable)
index a838498..46a051c
@@ -21,7 +21,6 @@
 
 #include <Elementary.h>
 #include <app.h>
-#include <appcore-common.h>
 
 #include "setting-debug.h"
 #include "setting-flightmode.h"
old mode 100644 (file)
new mode 100755 (executable)
index 49ede28..6496877
@@ -24,7 +24,7 @@
 #include <stdio.h>
 #include <Elementary.h>
 #include <glib-object.h>
-#include <aul.h>
+
 #ifdef Status
 #undef Status
 #endif
old mode 100644 (file)
new mode 100755 (executable)
index e8e466d..a7407a4
@@ -24,7 +24,6 @@
 #include <stdio.h>
 #include <Elementary.h>
 #include <glib-object.h>
-#include <aul.h>
 #ifdef Status
 #undef Status
 #endif
index 4b1bad3d2e1489ef65b7c7dfc63ea5f8e0912ff4..0ede89011bc646402217833c74f00fbf8c02a847 100755 (executable)
@@ -18,6 +18,7 @@ pkg_check_modules(pkgs_profile REQUIRED
        feedback
        notification
        vconf
+       appcore-efl
 )
 
 FOREACH(flag ${pkgs_profile_CFLAGS})
index 676002b847f2c6ae6f82a7fdbacfe70b53cce127..b0f44dec8b925895318015f035fc72f073f2315a 100755 (executable)
  *
  */
 
-#include <appcore-efl.h>
+
 #include <notification_setting.h>
 #include <notification_setting_internal.h>
+
 #include "setting-profile.h"
 #include "setting-common-general-func.h"
 
+#include <appcore-common.h>
+
 #define DO_NOT_DISTURB_OP \
        "http://tizen.org/appcontrol/operation/setting/do_not_disturb"
 #define APP_NOTIFICATIONS_OP \
old mode 100644 (file)
new mode 100755 (executable)
index d69df9d..68b3a81
  *
  */
 
+
+#include "smartmanager-battery.h"
+#include "smartmanager-battery-main.h"
+
 #include <app.h>
 #include <app_manager.h>
 #include <package_manager.h>
-#include <appcore-common.h>
 #include <context_history.h>
 #include <device/battery.h>
 #include <device/callback.h>
 
-#include "smartmanager-battery.h"
-#include "smartmanager-battery-main.h"
 
 #define SMARTMANAGER_BATTERY_PACKAGE_NAME "org.tizen.smartmanager-battery"