From 492733a79e7f0b856c657b1eb2309b74ef74fb12 Mon Sep 17 00:00:00 2001 From: Sandeep Gutta Date: Thu, 25 Feb 2021 10:51:01 +0530 Subject: [PATCH] Telephony: Add below modules to vendor_qtelephony domain Add below modules to vendor_qtelephony domain to be able to access radio HIDL interfaces -uimgbaservice -remotesimlockservice -DeviceStatisticsService Change-Id: Ie8a7e87fa70f0a4757d8a5aebb5fa26c217b0554 CRs-Fixed: 2887273 --- generic/private/seapp_contexts | 2 -- generic/product/private/seapp_contexts | 9 +++++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/generic/private/seapp_contexts b/generic/private/seapp_contexts index d08fa041..b99b996e 100644 --- a/generic/private/seapp_contexts +++ b/generic/private/seapp_contexts @@ -35,8 +35,6 @@ user=_app seinfo=platform name=com.qualcomm.telephony domain=vendor_qtelephony t #Add new domain for ims app user=_app seinfo=platform name=org.codeaurora.ims isPrivApp=true domain=vendor_qtelephony type=app_data_file levelFrom=all -#Add DeviceInfoHidlClient to vendor_qtelephony -user=_app seinfo=platform name=com.qualcomm.qti.devicestatisticsservice domain=vendor_qtelephony type=app_data_file levelFrom=all # QtiTelephonyService app user=_app seinfo=platform name=com.qualcomm.qti.telephonyservice domain=vendor_qtelephony type=app_data_file levelFrom=all diff --git a/generic/product/private/seapp_contexts b/generic/product/private/seapp_contexts index e42c225e..565c9c25 100644 --- a/generic/product/private/seapp_contexts +++ b/generic/product/private/seapp_contexts @@ -27,3 +27,12 @@ #Add new domain for system helper service using for Trusted UI user=_app seinfo=platform name=com.qualcomm.qti.services.systemhelper:systemhelper_service domain=vendor_systemhelper_app type=app_data_file levelFrom=user + +#Add DeviceInfoHidlClient to vendor_qtelephony +user=_app seinfo=platform name=com.qualcomm.qti.devicestatisticsservice domain=vendor_qtelephony type=app_data_file levelFrom=all + +#Add remotesimlockservice to vendor_qtelephony +user=_app seinfo=platform name=com.qualcomm.qti.uim domain=vendor_qtelephony type=app_data_file levelFrom=all + +#Add uimgbaservice to vendor_qtelephony +user=_app seinfo=platform name=com.qualcomm.qti.uimGbaApp domain=vendor_qtelephony type=app_data_file levelFrom=all