From 4a72c2c81e4df9101d1f146bb855528f20acfc08 Mon Sep 17 00:00:00 2001 From: taeyoung Date: Mon, 19 Sep 2016 19:35:04 +0900 Subject: [PATCH] [ITC][device][Non-ACR][remove battery tc for TV profile] TV profile does not support battery. Thus battery tc needs to be removed Change-Id: Ie35070d86a40acbe8c3e5c7ed18389213460f7ce Signed-off-by: taeyoung --- src/itc/device/tct-device-native_tv.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/itc/device/tct-device-native_tv.h b/src/itc/device/tct-device-native_tv.h index 2c68ab5..d789309 100755 --- a/src/itc/device/tct-device-native_tv.h +++ b/src/itc/device/tct-device-native_tv.h @@ -27,8 +27,6 @@ extern void ITs_device_startup(void); extern void ITs_device_cleanup(void); extern void ITs_device_ir_startup(void); extern void ITs_device_ir_cleanup(void); -extern void ITs_device_battery_startup(void); -extern void ITs_device_battery_cleanup(void); extern int ITc_device_display_get_numbers_p(void); extern int ITc_device_display_change_get_state_p(void); @@ -37,10 +35,6 @@ extern int ITc_power_wakeup_p(void); extern int ITc_device_add_remove_callback_p(void); extern int ITc_device_ir_is_available_p(void); extern int ITc_device_ir_transmit_p(void); -extern int ITc_device_battery_get_health_p(void); -extern int ITc_device_battery_get_power_source_p(void); -extern int ITc_device_battery_get_property_p(void); -extern int ITc_device_battery_get_status_p(void); testcase tc_array[] = { @@ -51,10 +45,6 @@ testcase tc_array[] = { {"ITc_device_add_remove_callback_p", ITc_device_add_remove_callback_p, ITs_device_startup, ITs_device_cleanup}, {"ITc_device_ir_is_available_p", ITc_device_ir_is_available_p, ITs_device_ir_startup, ITs_device_ir_cleanup}, {"ITc_device_ir_transmit_p", ITc_device_ir_transmit_p, ITs_device_ir_startup, ITs_device_ir_cleanup}, - {"ITc_device_battery_get_health_p", ITc_device_battery_get_health_p, ITs_device_battery_startup, ITs_device_battery_cleanup}, - {"ITc_device_battery_get_power_source_p", ITc_device_battery_get_power_source_p, ITs_device_battery_startup, ITs_device_battery_cleanup}, - {"ITc_device_battery_get_property_p", ITc_device_battery_get_property_p, ITs_device_battery_startup, ITs_device_battery_cleanup}, - {"ITc_device_battery_get_status_p", ITc_device_battery_get_status_p, ITs_device_battery_startup, ITs_device_battery_cleanup}, {NULL, NULL} }; -- 2.7.4