From 48de80be727ac05146b566231afb14e2d2feb2ac Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Thu, 4 Feb 2021 11:56:46 +0900 Subject: [PATCH] halapi: Delete abi_version value of TELEPHONY Change-Id: Ia0a132ac0b5fc29bdb1009c47b0f3de50bc1f649 Signed-off-by: Seungha Son --- hal-api.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hal-api.json b/hal-api.json index 86c27ab..d9167dd 100644 --- a/hal-api.json +++ b/hal-api.json @@ -215,12 +215,7 @@ "library_name" :null, "library_name_64bit" :null, "symbol_name" :null, - "abi_versions" :[ - { - "platform_abi_version" :"HAL_ABI_VERSION_TIZEN_6_5", - "backend_min_abi_version" :"HAL_ABI_VERSION_TIZEN_6_5" - } - ] + "abi_versions" :null }, { "group" :"HAL_GROUP_LOCATION", -- 2.7.4