device-battery: Remove unused macro HAL_DEVICE_BATTERY_HARDWARE_DEVICE_ID 68/309768/2
authorYunhee Seo <yuni.seo@samsung.com>
Tue, 16 Apr 2024 10:48:24 +0000 (19:48 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Tue, 16 Apr 2024 11:15:06 +0000 (20:15 +0900)
HAL_DEVICE_BATTERY_HARDWARE_DEVICE_ID is not used anymore in platform side.
It is removed from platform/core/system/deviced at patch 02c021113393b4db2c501133eedb2e2140e77576.
Currently, it is only used at hal-backend device-emulator.
There is no need to be exist hal-api-device-battery and it is removed.

Change-Id: I43fe95e00c395fc2d56842acc6c6ceb499f0231d
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/hal-device-battery-interface-1.h

index 1e2871296940168d0ad073e4a95fd878021e9d84..a8187c960db80213b05557eff1503643affe4cd6 100644 (file)
@@ -24,9 +24,6 @@
 extern "C" {
 #endif
 
-/* FIXME: This macro is not used in platform layer, it will be removed */
-#define HAL_DEVICE_BATTERY_HARDWARE_DEVICE_ID  "battery"
-
 /* FIXME: These macros will be replaced by enum */
 #define HAL_DEVICE_BATTERY_POWER_SOURCE_NONE     "none"
 #define HAL_DEVICE_BATTERY_POWER_SOURCE_AC       "ac"