Update ABI version 73/271073/1 submit/tizen/20220222.024249
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 15 Feb 2022 06:24:55 +0000 (15:24 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 15 Feb 2022 06:24:55 +0000 (15:24 +0900)
Change-Id: If12534d556b067b2869085fe96c989bfad74e2b2
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
hw/board/board.c
hw/display/display.c
hw/haptic/gpio.c
hw/led/led.c
hw/memory/memory.c
hw/thermal/thermal.c
hw/touchscreen/touchscreen.c
hw/usb_gadget/usb_gadget.c

index 225be197f3d24dbcd0747c3452812f244ed93f7b..05525c3f4c162b31127f5fb45c61dfa5853aa1ab 100644 (file)
@@ -75,7 +75,7 @@ static int board_exit(void *data)
 hal_backend EXPORT hal_backend_device_board_data = {
        .name = "board",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = board_init,
        .exit = board_exit,
 };
index a3c4d546c165e8c77bfe008537879880a257abf1..d7f3f7a1b5404f019b6bddd31f942269e6c45898 100644 (file)
@@ -123,7 +123,7 @@ static int display_exit(void *data)
 hal_backend EXPORT hal_backend_device_display_data = {
        .name = "display",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = display_init,
        .exit = display_exit,
 };
index 3d4b20c0739fb2d4cfdfec4415ee778264691617..072bcbc9e9bb5788e2500dc61317f713a80b16ee 100644 (file)
@@ -346,7 +346,7 @@ static int haptic_exit(void *data)
 hal_backend EXPORT hal_backend_device_haptic_data = {
        .name = "haptic",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = haptic_init,
        .exit = haptic_exit,
 };
index 16b78f237abebe184cafbf1119ffe4ca34f74b08..59240017cf1d2bdfffcdf6a059f64546461c3434 100644 (file)
@@ -379,7 +379,7 @@ static int led_exit(void *data)
 hal_backend EXPORT hal_backend_device_led_data = {
        .name = "led",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = led_init,
        .exit = led_exit,
 };
index 6d3eb195ba3c8070f779b27a2309044d8639b94d..7879ca2d64cccc4daf0e9fda2a0028a51cd43629 100644 (file)
@@ -112,7 +112,7 @@ static int memory_exit(void *data)
 hal_backend EXPORT hal_backend_device_memory_data = {
        .name = "memory",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = memory_init,
        .exit = memory_exit,
 };
index 1d9c22b6c8ada9d90727ef07dfa92805a27b1332..2ee41dac9f00f7ab47109a45a28e811bcc94e71e 100644 (file)
@@ -143,7 +143,7 @@ static int thermal_exit(void *data)
 hal_backend EXPORT hal_backend_device_thermal_data = {
        .name = "thermal",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = thermal_init,
        .exit = thermal_exit,
 };
index 0e8c8c89d3b73a2bff3b38e5caddfe2fef4f3d7a..be847cd84f970a7366b414121812c7f5e93bc8e3 100644 (file)
@@ -125,7 +125,7 @@ static int touchscreen_exit(void *data)
 hal_backend EXPORT hal_backend_device_touchscreen_data = {
        .name = "touchscreen",
        .vendor = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = touchscreen_init,
        .exit = touchscreen_exit,
 };
index 3a35e4f120691e5215143a31f869697e13d8cbec..10526d11cd663d3255b858a16f2da35766543096 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 = "RPI",
-       .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+       .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
        .init = usb_gadget_init,
        .exit = usb_gadget_exit,
 };