From 29ac5a55601e014ce9ae101152215a6b0a39bbfa Mon Sep 17 00:00:00 2001 From: Jan Altensen Date: Wed, 31 Mar 2021 10:22:56 +0200 Subject: [PATCH] universal8895: manifest: add interfaces for second sim Change-Id: Ie12ff42233e1a83092fd7070bca04510319a8abb --- manifest.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/manifest.xml b/manifest.xml index 94f0ab1..0242979 100644 --- a/manifest.xml +++ b/manifest.xml @@ -188,7 +188,9 @@ android.hardware.radio hwbinder @1.2::ISap/slot1 + @1.2::ISap/slot2 @1.4::IRadio/slot1 + @1.4::IRadio/slot2 android.hardware.radio.config @@ -278,18 +280,42 @@ vendor.samsung.hardware.radio hwbinder - @2.0::ISehRadio/slot1 + 2.1 + + ISehRadio + slot1 + slot2 + + @2.1::ISehRadio/slot1 + @2.1::ISehRadio/slot2 vendor.samsung.hardware.radio.bridge hwbinder + 2.0 + + ISehBridge + slot1 + slot2 + @2.0::ISehBridge/slot1 + @2.0::ISehBridge/slot2 vendor.samsung.hardware.radio.channel hwbinder + 2.0 + + ISehChannel + epdgd + epdgd2 + imsd + imsd2 + @2.0::ISehChannel/epdgd + @2.0::ISehChannel/epdgd2 @2.0::ISehChannel/imsd + @2.0::ISehChannel/imsd2 vendor.samsung_slsi.hardware.ExynosHWCServiceTW -- 2.20.1