Update ABI version 87/271087/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_7.0 tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.061257 accepted/tizen/7.0/unified/hotfix/20221116.110415 accepted/tizen/8.0/unified/20231005.094504 accepted/tizen/unified/20220601.141615 submit/tizen/20220531.024845 tizen_7.0_m2_release tizen_8.0_m2_release
authorTaeminYeom <taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:27:17 +0000 (16:27 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:27:17 +0000 (16:27 +0900)
Change-Id: I6657fd34d91bb377952597a9ecb9ff96af3da70d
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
src/accelerometer/hal-backend-sensor-accel.cpp
src/gyroscope/hal-backend-sensor-gyro.cpp
src/magnetometer/hal-backend-sensor-magnet.cpp

index 6a7c362..7403a6d 100644 (file)
@@ -42,7 +42,7 @@ static int sensor_exit(void *data)
 extern "C" hal_backend hal_backend_sensor_data = {
        .name = "sensor-accel",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = sensor_init,
        .exit = sensor_exit,
 };
index 7c8daa6..e70e68d 100644 (file)
@@ -42,7 +42,7 @@ static int sensor_exit(void *data)
 extern "C" hal_backend hal_backend_sensor_data = {
        .name = "sensor-gyro",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = sensor_init,
        .exit = sensor_exit,
 };
index e0a162b..982e153 100644 (file)
@@ -42,7 +42,7 @@ static int sensor_exit(void *data)
 extern "C" hal_backend hal_backend_sensor_data = {
        .name = "sensor-magnet",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = sensor_init,
        .exit = sensor_exit,
 };