From db6e2dd6ceab0b2cc3858789ee66de3ad0dcef71 Mon Sep 17 00:00:00 2001 From: boedhack99 Date: Sat, 28 Oct 2023 23:47:26 +0700 Subject: [PATCH] topaz: vintf: Declare missing network manifest E HidlServiceManagement: Service android.hardware.radio@1.2::ISap/slot1 must be in VINTF manifest in order to register/get. E HidlServiceManagement: Service vendor.qti.hardware.radio.lpa@1.3::IUimLpa/UimLpa0 must be in VINTF manifest in order to register/get. Change-Id: Ica39f3fb22470801d10aded2aeb1144c9ff2908e --- configs/vintf/network_manifest.xml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/configs/vintf/network_manifest.xml b/configs/vintf/network_manifest.xml index c26c158..8412b3b 100644 --- a/configs/vintf/network_manifest.xml +++ b/configs/vintf/network_manifest.xml @@ -1,4 +1,10 @@ + + android.hardware.radio + hwbinder + @1.2::ISap/slot1 + @1.2::ISap/slot2 + android.hardware.radio.data IRadioData/slot1 @@ -72,14 +78,14 @@ vendor.qti.hardware.radio.lpa hwbinder - 1.0 + 1.3 IUimLpa UimLpa0 UimLpa1 - @1.0::IUimLpa/UimLpa0 - @1.0::IUimLpa/UimLpa1 + @1.3::IUimLpa/UimLpa0 + @1.3::IUimLpa/UimLpa1 vendor.qti.hardware.radio.qcrilhook @@ -107,14 +113,14 @@ vendor.qti.hardware.radio.uim_remote_client hwbinder - 1.0 + 1.2 IUimRemoteServiceClient uimRemoteClient0 uimRemoteClient1 - @1.0::IUimRemoteServiceClient/uimRemoteClient0 - @1.0::IUimRemoteServiceClient/uimRemoteClient1 + @1.2::IUimRemoteServiceClient/uimRemoteClient0 + @1.2::IUimRemoteServiceClient/uimRemoteClient1 vendor.qti.hardware.radio.uim_remote_server