Update ABI version 88/271088/1 accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_7.0_hotfix tizen_8.0 accepted/tizen/7.0/unified/20221110.061626 accepted/tizen/7.0/unified/hotfix/20221116.110407 accepted/tizen/8.0/unified/20231005.094455 accepted/tizen/unified/20220601.141628 submit/tizen/20220531.024845 tizen_7.0_m2_release tizen_8.0_m2_release
authorTaeminYeom <taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:28:20 +0000 (16:28 +0900)
committerTaeminYeom <taemin.yeom@samsung.com>
Tue, 15 Feb 2022 07:28:20 +0000 (16:28 +0900)
Change-Id: Ie3bdff3f5e5ece435fac80439da7c0dd4a984aeb
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
src/hal-backend-sensor.cpp

index e53472f..3a7a6e5 100644 (file)
@@ -89,7 +89,7 @@ static int sensor_emulator_exit(void *data) {
 extern "C" hal_backend hal_backend_sensor_data = {
     .name = "sensor-emulator",
     .vendor = "Tizen",
-    .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+    .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
     .init = sensor_emulator_init,
     .exit = sensor_emulator_exit,
 };