config: the config changes as efl-modules are unified. 10/134410/2
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 16 Jun 2017 08:33:17 +0000 (17:33 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Tue, 27 Jun 2017 05:52:35 +0000 (14:52 +0900)
Change-Id: I39bc16a7fbea1b0661dd2c3b09c0e6ce299b9f3d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
config/mobile/base.src
config/tv/base.src
config/wearable/base.src

index 42a2e2b..82a74b6 100644 (file)
@@ -45,7 +45,7 @@ group "Elm_Config" struct {
   value "finger_size" int: 50;
   value "fps" double: 60.0;
   value "theme" string: "efl-theme-tizen-mobile";
-  value "modules" string: "copypasteUI_ctxpopup>entry/api:prefs>prefs_iface:datetime_input_spinner>datetime/api:quickpanel_callback>quickpanel_callback/api:naviframe_effect>naviframe/api:calendar_string>calendar/api";
+  value "modules" string: "copypasteUI_ctxpopup>entry/api:prefs>prefs_iface:datetime_input_spinner>datetime/api:quickpanel_callback>quickpanel_callback/api:naviframe_effect_mobile>naviframe/api:calendar_string>calendar/api";
 
   value "spinner_min_max_filter_enable" uchar: 1;
   value "tooltip_delay" double: 1.0;
index 106310a..acd2f9d 100644 (file)
@@ -44,7 +44,7 @@ group "Elm_Config" struct {
   value "finger_size" int: 40;
   value "fps" double: 60.0;
   value "theme" string: "efl-theme-tizen-tv";
-  value "modules" string: "prefs>prefs_iface:datetime_input_spinner>datetime/api:access_output_tts>access/api";
+  value "modules" string: "prefs>prefs_iface:datetime_input_spinner_tv>datetime/api:access_output_tts>access/api";
   value "spinner_min_max_filter_enable" uchar: 1;
   value "tooltip_delay" double: 1.0;
   value "cursor_engine_only" uchar: 1;
index ba8fb15..275907b 100644 (file)
@@ -44,7 +44,7 @@ group "Elm_Config" struct {
   value "finger_size" int: 30;
   value "fps" double: 30.0;
   value "theme" string: "efl-theme-tizen-wearable-circle";
-  value "modules" string: "prefs>prefs_iface:datetime_input_circle>datetime/api:naviframe_effect>naviframe/api";
+  value "modules" string: "prefs>prefs_iface:datetime_input_circle>datetime/api:naviframe_effect_wearable>naviframe/api";
   value "spinner_min_max_filter_enable" uchar: 1;
   value "tooltip_delay" double: 1.0;
   value "cursor_engine_only" uchar: 1;