projects
/
platform
/
adaptation
/
rpi3
/
lbs-plugin-gps-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0732eef
)
Remove deprecated HAL_ABI_VERSION_* definition
96/315996/1
accepted/tizen_unified
accepted/tizen_unified_x_asan
accepted/tizen/unified/20241220.082937
accepted/tizen/unified/x/asan/20250113.001947
author
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 9 Dec 2024 05:44:07 +0000
(14:44 +0900)
committer
Chanwoo Choi
<cw00.choi@samsung.com>
Mon, 9 Dec 2024 05:44:43 +0000
(14:44 +0900)
HAL_ABI_VERSION_* definition has not been supported anymore.
Remove deprecated HAL_ABI_VERSION_* definition.
Change-Id: I8a8f1ad0068f3c29fb3a4e5329e10cfd1ecb8b68
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
gps-plugin/src/gps_plugin_replay.c
patch
|
blob
|
history
diff --git
a/gps-plugin/src/gps_plugin_replay.c
b/gps-plugin/src/gps_plugin_replay.c
index ab5da955886ee87767b26b9fc5f1b38ce8989a69..e578548aaa65bf317422f5fbf2fc2347bf4ccbb1 100755
(executable)
--- a/
gps-plugin/src/gps_plugin_replay.c
+++ b/
gps-plugin/src/gps_plugin_replay.c
@@
-880,7
+880,6
@@
static int location_exit(void *data)
hal_backend EXPORT hal_backend_location_data = {
.name = "location-backend",
.vendor = "rpi",
- .abi_version = HAL_ABI_VERSION_TIZEN_6_5,
.init = location_init,
.exit = location_exit,
};