Update ABI version 79/271079/1 accepted/tizen/unified/20220310.120912 submit/tizen/20220222.024249 submit/tizen/20220308.032646
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 15 Feb 2022 06:31:21 +0000 (15:31 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 15 Feb 2022 06:31:21 +0000 (15:31 +0900)
Change-Id: I907821f449384bfced08dfdaf73fcd0a96e59aa6
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
hw/board/board.c
hw/display/display.c
hw/haptic/gpio.c
hw/memory/memory.c
hw/thermal/thermal.c
hw/touchscreen/touchscreen.c
hw/usb_gadget/usb_gadget.c

index fe47c2db5f4db225ce63a014b156085f52096462..9686a3df1e369bb0681409e9ba347236743adda7 100644 (file)
@@ -125,7 +125,7 @@ static int board_exit(void *data)
 hal_backend EXPORT hal_backend_device_board_data = {
        .name = "board",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = board_init,
        .exit = board_exit,
 };
index 41ccafdd159bb1817858feec4189e804eb548bca..9f88cc6565684a36ce90aa23d66ed3898c5d4f77 100644 (file)
@@ -135,7 +135,7 @@ static int display_exit(void *data)
 hal_backend EXPORT hal_backend_device_display_data = {
        .name = "display",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = display_init,
        .exit = display_exit,
 };
index 921c53cd89460374b478da3670d467e181830855..401b1192f52947d8ea6c3be781721927dcb9c33a 100644 (file)
@@ -346,7 +346,7 @@ static int haptic_exit(void *data)
 hal_backend EXPORT hal_backend_device_haptic_data = {
        .name = "haptic",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = haptic_init,
        .exit = haptic_exit,
 };
index 95a9745c773ef3c9f1f10c3c51c27cad3e423699..ff53856fffd80b3fd151b450ec7b02cb86d2d29d 100644 (file)
@@ -108,7 +108,7 @@ static int memory_exit(void *data)
 hal_backend EXPORT hal_backend_device_memory_data = {
        .name = "memory",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = memory_init,
        .exit = memory_exit,
 };
index 5a3f5f9ee4a97b301b3abe116943784bcefcdb66..b13cdcb3cc3f1c810701ab1eab13594144507785 100644 (file)
@@ -143,7 +143,7 @@ static int thermal_exit(void *data)
 hal_backend EXPORT hal_backend_device_thermal_data = {
        .name = "thermal",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = thermal_init,
        .exit = thermal_exit,
 };
index 91a8895e66d2841de74bfab9d217ba69b01acb9e..93145e5e6dd5153caf1023af71d062ed76ab3f9f 100644 (file)
@@ -116,7 +116,7 @@ static int touchscreen_exit(void *data)
 hal_backend EXPORT hal_backend_device_touchscreen_data = {
        .name = "touchscreen",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = touchscreen_init,
        .exit = touchscreen_exit,
 };
index 23ec0c1639f3e2c28e423b4e7e6e69c6b594fa83..5336eed63641088b3fc44b6b6ec04afac13bd289 100644 (file)
@@ -75,7 +75,7 @@ static int usb_gadget_exit(void *data)
 hal_backend EXPORT hal_backend_device_usb_gadget_data = {
        .name = "usb_gadget",
        .vendor = "VIM3",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = usb_gadget_init,
        .exit = usb_gadget_exit,
 };