diff options
author | TaeminYeom <taemin.yeom@samsung.com> | 2022-02-15 16:27:17 +0900 |
---|---|---|
committer | TaeminYeom <taemin.yeom@samsung.com> | 2022-02-15 16:27:17 +0900 |
commit | 4b34484549a690af6376bb9956c47f0294c8f8de (patch) | |
tree | 5398ef73d2aea69b865de3bf5b67323eb6826cf6 | |
parent | 5423870805121202d23ec8794a7f707ffd70c11a (diff) | |
download | sensor-rpi-accepted/tizen_7.0_unified.tar.gz sensor-rpi-accepted/tizen_7.0_unified.tar.bz2 sensor-rpi-accepted/tizen_7.0_unified.zip |
Update ABI versiontizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen/20220531.024845accepted/tizen/unified/20220601.141615accepted/tizen/8.0/unified/20231005.094504accepted/tizen/7.0/unified/hotfix/20221116.110415accepted/tizen/7.0/unified/20221110.061257tizen_8.0tizen_7.0_hotfixtizen_7.0accepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unified
Change-Id: I6657fd34d91bb377952597a9ecb9ff96af3da70d
Signed-off-by: TaeminYeom <taemin.yeom@samsung.com>
-rw-r--r-- | src/accelerometer/hal-backend-sensor-accel.cpp | 2 | ||||
-rw-r--r-- | src/gyroscope/hal-backend-sensor-gyro.cpp | 2 | ||||
-rw-r--r-- | src/magnetometer/hal-backend-sensor-magnet.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/accelerometer/hal-backend-sensor-accel.cpp b/src/accelerometer/hal-backend-sensor-accel.cpp index 6a7c362..7403a6d 100644 --- a/src/accelerometer/hal-backend-sensor-accel.cpp +++ b/src/accelerometer/hal-backend-sensor-accel.cpp @@ -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, }; diff --git a/src/gyroscope/hal-backend-sensor-gyro.cpp b/src/gyroscope/hal-backend-sensor-gyro.cpp index 7c8daa6..e70e68d 100644 --- a/src/gyroscope/hal-backend-sensor-gyro.cpp +++ b/src/gyroscope/hal-backend-sensor-gyro.cpp @@ -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, }; diff --git a/src/magnetometer/hal-backend-sensor-magnet.cpp b/src/magnetometer/hal-backend-sensor-magnet.cpp index e0a162b..982e153 100644 --- a/src/magnetometer/hal-backend-sensor-magnet.cpp +++ b/src/magnetometer/hal-backend-sensor-magnet.cpp @@ -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, }; |