return HAND_GESTURE_ERROR_NONE;
}
-
+//LCOV_EXCL_START
EXPORT_API int hand_gesture_set_handtype(hand_gesture_h handle, hand_gesture_handtype_e hand_type)
{
LOGD("hand_gesture_set_handtype");
return ret;
}
-
+//LCOV_EXCL_STOP
EXPORT_API int hand_gesture_set_option(hand_gesture_h handle, hand_gesture_option_e option)
{
LOGD("hand_gesture_set_option");
return ret;
}
-
+//LCOV_EXCL_START
EXPORT_API int hand_gesture_set_sensitivity(hand_gesture_h handle, int sensitivity)
{
LOGD("hand_gesture_set_sensitivity");
return ret;
}
-
+//LCOV_EXCL_STOP
EXPORT_API int hand_gesture_start_recognition(hand_gesture_h handle, hand_gesture_type_e gesture_type, hand_gesture_recognition_cb callback, void *user_data)
{
LOGD("hand_gesture_start_recognition");
return HAND_GESTURE_ERROR_NONE;
}
-
+//LCOV_EXCL_START
EXPORT_API int hand_gesture_get_event(const hand_gesture_data_h data, hand_gesture_event_e *event)
{
CHECK_GESTURE_FEATURE();
return HAND_GESTURE_ERROR_NONE;
}
-
+//LCOV_EXCL_STOP
EXPORT_API int hand_gesture_get_engine_info(hand_gesture_h handle, char** engine_app_id, char** engine_name)
{
LOGD("[engineInfo] hand_gesture_get_engine_info");
Requires(post): dbus
Requires(postun): /sbin/ldconfig
+%if 0%{?gcov:1}
+BuildRequires: lcov
+BuildRequires: zip
+%endif
+
%description
Gesture client library and daemon
install -m 0644 gcov-obj/* %{buildroot}%{_datadir}/gcov/obj
%endif
+#%if 0%{?gcov:1}
+#lcov -c --ignore-errors graph --no-external -q -d . -o gcov.info
+#genhtml gcov.info
+#%endif
+
mkdir -p %{buildroot}/etc/dbus-1/system.d/
cp %{SOURCE3} %{buildroot}/etc/dbus-1/system.d/capi-ui-gesture.conf