plugin-api: deviced: Add attribute for battery health status
New attribute:
- id: DEVICED_BATTERY_ATTR_INT_STATUS_HEALTH
- type: SYSCOMMON_RESMAN_DATA_TYPE_INT
- setter: X
- getter: O
New attribute:
- id: DEVICED_BATTERY_ATTR_STRING_STATUS_HEALTH
- type: SYSCOMMON_RESMAN_DATA_TYPE_STRING
- setter: X
- getter: O
To support deviced battery resource driver,
battery resource enum type is added to deviced_resource_type.
Change-Id: Ibd6ccbcc6c67cf823bd6302495ab557ffd2b6704
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>