Add exclude section for only wearable APIs 20/216020/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Fri, 18 Oct 2019 10:08:52 +0000 (19:08 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 18 Oct 2019 10:08:52 +0000 (19:08 +0900)
Change-Id: Ib9578f4da910e46d2b7e465d443a040a9d12595f
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
inputmethod/src/inputmethod.cpp

index bf98918..bd83dd2 100644 (file)
@@ -1900,6 +1900,7 @@ EXPORT_API int ime_device_info_get_subclass(ime_device_info_h dev_info, Ecore_IM
     return IME_ERROR_NONE;
 }
 
+//LCOV_EXCL_START
 EXPORT_API int ime_event_set_process_input_device_event_cb(ime_process_input_device_event_cb callback_func, void *user_data)
 {
     ime_error_e retVal = IME_ERROR_NONE;
@@ -1967,6 +1968,7 @@ EXPORT_API int ime_input_device_rotary_get_direction(ime_input_device_event_h ev
 
     return IME_ERROR_NONE;
 }
+//LCOV_EXCL_STOP
 
 EXPORT_API int ime_event_set_prediction_hint_set_cb(ime_prediction_hint_set_cb callback_func, void *user_data)
 {