2018-10-11 14:44:10 +02:00
|
|
|
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
2017-04-24 23:19:13 +02:00
|
|
|
#
|
|
|
|
# Redistribution and use in source and binary forms, with or without
|
|
|
|
# modification, are permitted provided that the following conditions are
|
|
|
|
# met:
|
|
|
|
# * Redistributions of source code must retain the above copyright
|
|
|
|
# notice, this list of conditions and the following disclaimer.
|
|
|
|
# * Redistributions in binary form must reproduce the above
|
|
|
|
# copyright notice, this list of conditions and the following
|
|
|
|
# disclaimer in the documentation and/or other materials provided
|
|
|
|
# with the distribution.
|
|
|
|
# * Neither the name of The Linux Foundation nor the names of its
|
|
|
|
# contributors may be used to endorse or promote products derived
|
|
|
|
# from this software without specific prior written permission.
|
|
|
|
#
|
|
|
|
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED
|
|
|
|
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
|
|
|
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT
|
|
|
|
# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS
|
|
|
|
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
|
|
# # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
|
|
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
|
|
|
|
# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
|
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
|
|
|
|
# OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
|
|
|
|
# IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
|
2018-10-11 14:44:10 +02:00
|
|
|
# qti telephony apps, such as AtFwd and FastDormancy
|
2020-01-09 11:30:28 +01:00
|
|
|
typeattribute vendor_qtelephony coredomain;
|
2017-04-24 23:19:13 +02:00
|
|
|
|
2020-01-09 11:30:28 +01:00
|
|
|
app_domain(vendor_qtelephony)
|
2017-04-24 23:19:13 +02:00
|
|
|
|
2020-01-09 11:30:28 +01:00
|
|
|
hwbinder_use(vendor_qtelephony);
|
|
|
|
get_prop(vendor_qtelephony, hwservicemanager_prop);
|
|
|
|
add_hwservice(vendor_qtelephony, vendor_hal_atfwd_hwservice);
|
2018-03-29 01:12:33 +02:00
|
|
|
|
2020-07-17 05:29:27 +02:00
|
|
|
userdebug_or_eng(`
|
|
|
|
hal_client_domain( vendor_qtelephony, vendor_hal_diaghal)
|
|
|
|
')
|
|
|
|
|
2020-06-11 17:58:38 +02:00
|
|
|
allow vendor_qtelephony { cameraserver_service mediaextractor_service mediaserver_service mediametrics_service radio_service drmserver_service audioserver_service}:service_manager find;
|
2020-01-09 11:30:28 +01:00
|
|
|
allow vendor_qtelephony system_api_service:service_manager find;
|
|
|
|
allow vendor_qtelephony app_api_service:service_manager find;
|
2020-06-11 17:58:38 +02:00
|
|
|
hal_client_domain(vendor_qtelephony, hal_telephony)
|