From: TaeminYeom Date: Tue, 15 Feb 2022 07:30:43 +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=57f547a494f0cac60b38b7c1da2a311fa1b57d8d;p=platform%2Fhal%2Fbackend%2Ftw3%2Fsensor-tw3.git Update ABI version Change-Id: I63b318f593ead22b97d65295cb5dfbc78eae0804 Signed-off-by: TaeminYeom --- diff --git a/src/hal-backend-sensor.cpp b/src/hal-backend-sensor.cpp index b166c58..226541f 100644 --- a/src/hal-backend-sensor.cpp +++ b/src/hal-backend-sensor.cpp @@ -87,7 +87,7 @@ static int sensor_tw3_exit(void *data) { extern "C" hal_backend hal_backend_sensor_data = { .name = "sensor-tw3", .vendor = "Tizen", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = sensor_tw3_init, .exit = sensor_tw3_exit, };