added dayselector TC
authorChunEon Park <chuneon.park@samsung.com>
Fri, 29 Oct 2010 09:18:55 +0000 (18:18 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Fri, 29 Oct 2010 09:18:55 +0000 (18:18 +0900)
18 files changed:
TC/elm_ts/animator/tet_captured
TC/elm_ts/animator/utc_UIFW_elm_animator_add_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_animate_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_get_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_completion_callback_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_curve_style_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_del_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_duration_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_operating_get_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_operation_callback_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_pause_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_get_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_set_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_resume_func [deleted file]
TC/elm_ts/animator/utc_UIFW_elm_animator_stop_func [deleted file]
TC/tet_scen_arm
TC/tet_scen_i686

index 755f831..72a26da 100644 (file)
@@ -1 +1,12 @@
-make: `utc_UIFW_elm_animator_repeat_get_func' is up to date.
+cc -I. `pkg-config --cflags elementary` -I/scratchbox/TETware/tetware-target/inc/tet3 -Wall  `pkg-config --libs elementary` /scratchbox/TETware/tetware-target/lib/tet3/tcm_s.o -L/scratchbox/TETware/tetware-target/lib/tet3 -ltcm_s -L/scratchbox/TETware/tetware-target/lib/tet3 -lapi_s  utc_UIFW_elm_animator_repeat_get_func.c   -o utc_UIFW_elm_animator_repeat_get_func
+/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_key_disabled_set'
+/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_event_callback_add'
+/usr/lib/libedje.so.1: undefined reference to `ecore_imf_context_input_panel_caps_mode_set'
+/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_hide'
+/usr/lib/libelementary.so: undefined reference to `ECORE_X_ATOM_E_ILLUME_ROTATE_ROOT_ANGLE'
+/usr/lib/libedje.so.1: undefined reference to `ecore_imf_context_input_panel_show'
+/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_event_callback_del'
+/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_layout_set'
+/usr/lib/libelementary.so: undefined reference to `ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE'
+collect2: ld returned 1 exit status
+make: *** [utc_UIFW_elm_animator_repeat_get_func] Error 1
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_add_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_add_func
deleted file mode 100755 (executable)
index 8a5b251..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_add_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_animate_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_animate_func
deleted file mode 100755 (executable)
index f418bbd..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_animate_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_get_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_get_func
deleted file mode 100755 (executable)
index a6a5968..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_get_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_set_func
deleted file mode 100755 (executable)
index 0ba1bf0..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_auto_reverse_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_completion_callback_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_completion_callback_set_func
deleted file mode 100755 (executable)
index af082ba..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_completion_callback_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_curve_style_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_curve_style_set_func
deleted file mode 100755 (executable)
index 3447e2f..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_curve_style_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_del_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_del_func
deleted file mode 100755 (executable)
index bac2fd7..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_del_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_duration_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_duration_set_func
deleted file mode 100755 (executable)
index 25d9df1..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_duration_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_operating_get_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_operating_get_func
deleted file mode 100755 (executable)
index 2e2ae2b..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_operating_get_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_operation_callback_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_operation_callback_set_func
deleted file mode 100755 (executable)
index 8d57fc4..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_operation_callback_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_pause_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_pause_func
deleted file mode 100755 (executable)
index 3f0aabf..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_pause_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_get_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_get_func
deleted file mode 100755 (executable)
index d7e8181..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_get_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_set_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_set_func
deleted file mode 100755 (executable)
index 20ef7fd..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_set_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_resume_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_resume_func
deleted file mode 100755 (executable)
index 56df7d4..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_resume_func and /dev/null differ
diff --git a/TC/elm_ts/animator/utc_UIFW_elm_animator_stop_func b/TC/elm_ts/animator/utc_UIFW_elm_animator_stop_func
deleted file mode 100755 (executable)
index ed98783..0000000
Binary files a/TC/elm_ts/animator/utc_UIFW_elm_animator_stop_func and /dev/null differ
index 707248a..a40e424 100644 (file)
@@ -42,6 +42,7 @@ elm
        :include:/elm_ts/elm_scroller/tslist
        :include:/elm_ts/scrolled_entry/tslist
        :include:/elm_ts/entry/tslist
+       :include:/elm_ts/dayselector/tslist
 
 #yhkim
 ch 
index 0ea9098..0bcfdd9 100755 (executable)
@@ -42,6 +42,7 @@ elm
         :include:/elm_ts/elm_scroller/tslist
         :include:/elm_ts/scrolled_entry/tslist
         :include:/elm_ts/entry/tslist
+       :include:/elm_ts/dayselector/tslist
 
 #yhkim
 ch