From 1012a77b52c232d3090536b5c29826f2038529db Mon Sep 17 00:00:00 2001 From: Youngjae Cho Date: Tue, 15 Feb 2022 15:28:34 +0900 Subject: Update ABI version Change-Id: I7d98936224dc282e7376c49717ce9e99562f9322 Signed-off-by: Youngjae Cho --- hw/battery/battery.c | 2 +- hw/display/display.c | 2 +- hw/external_connection/external_connection.c | 2 +- hw/haptic/emulator.c | 2 +- hw/memory/memory.c | 2 +- hw/usb_gadget/usb_gadget.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hw/battery/battery.c b/hw/battery/battery.c index 650a2a4..1731c5f 100644 --- a/hw/battery/battery.c +++ b/hw/battery/battery.c @@ -284,7 +284,7 @@ static int battery_exit(void *data) hal_backend EXPORT hal_backend_device_battery_data = { .name = "battery", .vendor = "EMUL", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = battery_init, .exit = battery_exit, }; diff --git a/hw/display/display.c b/hw/display/display.c index d7f8740..a85390c 100644 --- a/hw/display/display.c +++ b/hw/display/display.c @@ -123,7 +123,7 @@ static int display_exit(void *data) hal_backend EXPORT hal_backend_device_display_data = { .name = "display", .vendor = "EMUL", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = display_init, .exit = display_exit, }; diff --git a/hw/external_connection/external_connection.c b/hw/external_connection/external_connection.c index c503f18..f9d3592 100644 --- a/hw/external_connection/external_connection.c +++ b/hw/external_connection/external_connection.c @@ -203,7 +203,7 @@ static int external_connection_exit(void *data) hal_backend EXPORT hal_backend_device_external_connection_data = { .name = "external-connection", .vendor = "EMUL", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = external_connection_init, .exit = external_connection_exit, }; diff --git a/hw/haptic/emulator.c b/hw/haptic/emulator.c index 1a84702..6e79276 100644 --- a/hw/haptic/emulator.c +++ b/hw/haptic/emulator.c @@ -159,7 +159,7 @@ static int haptic_exit(void *data) hal_backend EXPORT hal_backend_device_haptic_data = { .name = "haptic", .vendor = "EMUL", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = haptic_init, .exit = haptic_exit, }; diff --git a/hw/memory/memory.c b/hw/memory/memory.c index c817047..5cf1b63 100644 --- a/hw/memory/memory.c +++ b/hw/memory/memory.c @@ -58,7 +58,7 @@ static int memory_exit(void *data) hal_backend EXPORT hal_backend_device_memory_data = { .name = "memory", .vendor = "EMUL", - .abi_version = HAL_ABI_VERSION_TIZEN_6_5, + .abi_version = HAL_ABI_VERSION_TIZEN_7_0, .init = memory_init, .exit = memory_exit, }; diff --git a/hw/usb_gadget/usb_gadget.c b/hw/usb_gadget/usb_gadget.c index c3f825a..f548efb 100644 --- a/hw/usb_gadget/usb_gadget.c +++ b/hw/usb_gadget/usb_gadget.c @@ -84,7 +84,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, }; -- cgit v1.2.3