Remove deprecated HAL_ABI_VERSION_* definition 98/315998/1 accepted/tizen/9.0/unified/20241223.020139
authorChanwoo Choi <cw00.choi@samsung.com>
Mon, 9 Dec 2024 05:44:07 +0000 (14:44 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 9 Dec 2024 05:55:13 +0000 (14:55 +0900)
HAL_ABI_VERSION_* definition has not been supported anymore.
Remove deprecated HAL_ABI_VERSION_* definition.

Change-Id: Ibfe310be5d726a95e6e94bedc925dffc0a43598b
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
gps-plugin/src/gps_plugin_replay.c

index ab5da955886ee87767b26b9fc5f1b38ce8989a69..e578548aaa65bf317422f5fbf2fc2347bf4ccbb1 100755 (executable)
@@ -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,
 };