From: TaeminYeom Date: Tue, 15 Feb 2022 07:28:20 +0000 (+0900) Subject: Update ABI version X-Git-Tag: submit/tizen/20220531.024845^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_8.0_unified;p=platform%2Fhal%2Fbackend%2Femulator%2Fsensor-emulator.git Update ABI version Change-Id: Ie3bdff3f5e5ece435fac80439da7c0dd4a984aeb Signed-off-by: TaeminYeom --- diff --git a/src/hal-backend-sensor.cpp b/src/hal-backend-sensor.cpp index e53472f..3a7a6e5 100644 --- a/src/hal-backend-sensor.cpp +++ b/src/hal-backend-sensor.cpp @@ -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, };