As HAL ABI versioning is applied to hal-api-device-thermal module,
inclusion path and data definition is changed.
Change-Id: Ic55db29efd541e6729db2ec7b1798559933ef660
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
#include <glib.h>
#include <system_info.h>
#include <libsyscommon/libgdbus.h>
-#include <hal/hal-thermal.h>
+#include <hal/hal-device-thermal.h>
#include "common.h"
#include "temperature.h"
int device_thermal_get_temperature(device_thermal_e type, int *temp)
{
int ret_val;
- struct thermal_info info;
+ hal_device_thermal_info_s info;
hal_device_thermal_e haltype;
if (!temp)