[ITC][device][Non-ACR][remove battery tcs from tv profile]
authorJaeKyung Lee <jk79.lee@samsung.com>
Tue, 20 Sep 2016 04:08:35 +0000 (13:08 +0900)
committerJaeKyung Lee <jk79.lee@samsung.com>
Tue, 20 Sep 2016 04:08:35 +0000 (13:08 +0900)
Change-Id: I74dae04c614450435a1ac72f6f61625d02168539

src/itc/device/CMakeLists.txt
src/itc/device/ITs-device_battery.c

index 6b24074..ba812a8 100755 (executable)
@@ -45,7 +45,6 @@ SET(TC_SOURCES
        ITs-device_display.c    
        ITs-device_power.c
        ITs-device_ir.c
-       ITs-device_battery.c
 )
 ENDIF()
 
index fff7747..4e3b29e 100755 (executable)
@@ -67,7 +67,7 @@ void ITs_device_battery_cleanup(void)
 *  @{
 */
 
-#if (defined(MOBILE) || defined(WEARABLE))
+
 //& purpose: To get the battery charge percentage. 
 //& type: auto
 /**
@@ -171,7 +171,7 @@ int ITc_device_battery_get_level_status_p(void)
 
        return 0;
 }
-#endif //MOBILE || WEARABLE
+
 
 //& purpose: To get the battery health information.
 //& type: auto
@@ -324,5 +324,6 @@ int ITc_device_battery_get_status_p(void)
 
        return 0;
 }
+
 /** @} */
 /** @} */