Initialize major_version and minor_version as v1.0
in order to support the new HAL API versioning method
and then remove the deprecated abi_version field.
Change-Id: Ie655d7dc3a5798b4738052826b174b43feb8a42e
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
extern "C" hal_backend hal_backend_sensor_data = {
.name = "sensor-emulator",
.vendor = "Tizen",
- .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
.init = sensor_emulator_init,
.exit = sensor_emulator_exit,
+ .major_version = 1,
+ .minor_version = 0,
};