summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoungjae Cho <y0.cho@samsung.com>2022-02-15 15:29:34 +0900
committerYoungjae Cho <y0.cho@samsung.com>2022-02-15 15:29:34 +0900
commit73f5816e32c5e3299ee2005cdd25ed938d667670 (patch)
tree62113ca90162b6be053b34eb3b1500a18aee8131
parentb55fe6104e3b6dc10082ba48346370dfb7d89ebd (diff)
downloaddevice-tw3-73f5816e32c5e3299ee2005cdd25ed938d667670.tar.gz
device-tw3-73f5816e32c5e3299ee2005cdd25ed938d667670.tar.bz2
device-tw3-73f5816e32c5e3299ee2005cdd25ed938d667670.zip
Change-Id: I6706d482ee8f39e16fdfe400316cbf56439e0d52 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
-rw-r--r--hw/battery/battery.c2
-rw-r--r--hw/bezel/bezel.c2
-rw-r--r--hw/display/display.c2
-rw-r--r--hw/external_connection/external_connection.c2
-rw-r--r--hw/haptic/standard.c2
-rw-r--r--hw/memory/memory.c2
-rw-r--r--hw/thermal/thermal.c2
-rw-r--r--hw/touchscreen/touchscreen.c2
-rw-r--r--hw/usb_gadget/usb_gadget.c2
9 files changed, 9 insertions, 9 deletions
diff --git a/hw/battery/battery.c b/hw/battery/battery.c
index 70e9812..a645c26 100644
--- a/hw/battery/battery.c
+++ b/hw/battery/battery.c
@@ -348,7 +348,7 @@ static int battery_exit(void *data)
hal_backend EXPORT hal_backend_device_battery_data = {
.name = "battery",
.vendor = "R800",
- .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/bezel/bezel.c b/hw/bezel/bezel.c
index a6f32f5..36a77e8 100644
--- a/hw/bezel/bezel.c
+++ b/hw/bezel/bezel.c
@@ -167,7 +167,7 @@ static int bezel_exit(void *data)
hal_backend EXPORT hal_backend_device_bezel_data = {
.name = "bezel",
.vendor = "R800",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+ .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
.init = bezel_init,
.exit = bezel_exit,
};
diff --git a/hw/display/display.c b/hw/display/display.c
index 77f3348..e09444e 100644
--- a/hw/display/display.c
+++ b/hw/display/display.c
@@ -223,7 +223,7 @@ static int display_exit(void *data)
hal_backend EXPORT hal_backend_device_display_data = {
.name = "display",
.vendor = "R800",
- .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 580b69c..53d4739 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 = "R800",
- .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/standard.c b/hw/haptic/standard.c
index 23f5f3b..99842e7 100644
--- a/hw/haptic/standard.c
+++ b/hw/haptic/standard.c
@@ -581,7 +581,7 @@ static int haptic_exit(void *data)
hal_backend EXPORT hal_backend_device_haptic_data = {
.name = "haptic",
.vendor = "R800",
- .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 129071a..60f3988 100644
--- a/hw/memory/memory.c
+++ b/hw/memory/memory.c
@@ -108,7 +108,7 @@ static int memory_exit(void *data)
hal_backend EXPORT hal_backend_device_memory_data = {
.name = "memory",
.vendor = "R800",
- .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/thermal/thermal.c b/hw/thermal/thermal.c
index 65a4c87..c5990bd 100644
--- a/hw/thermal/thermal.c
+++ b/hw/thermal/thermal.c
@@ -161,7 +161,7 @@ static int thermal_exit(void *data)
hal_backend EXPORT hal_backend_device_thermal_data = {
.name = "thermal",
.vendor = "R800",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+ .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
.init = thermal_init,
.exit = thermal_exit,
};
diff --git a/hw/touchscreen/touchscreen.c b/hw/touchscreen/touchscreen.c
index c8e46c9..a71954d 100644
--- a/hw/touchscreen/touchscreen.c
+++ b/hw/touchscreen/touchscreen.c
@@ -249,7 +249,7 @@ static int touchscreen_exit(void *data)
hal_backend EXPORT hal_backend_device_touchscreen_data = {
.name = "touchscreen",
.vendor = "R800",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+ .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
.init = touchscreen_init,
.exit = touchscreen_exit,
};
diff --git a/hw/usb_gadget/usb_gadget.c b/hw/usb_gadget/usb_gadget.c
index bcaa2ae..63a87e4 100644
--- a/hw/usb_gadget/usb_gadget.c
+++ b/hw/usb_gadget/usb_gadget.c
@@ -76,7 +76,7 @@ static int usb_gadget_exit(void *data)
hal_backend EXPORT hal_backend_device_usb_gadget_data = {
.name = "usb_gadget",
.vendor = "R800",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
+ .abi_version = HAL_ABI_VERSION_TIZEN_7_0,
.init = usb_gadget_init,
.exit = usb_gadget_exit,
};