82ee6af929
- Add separate hal_btconfigstore_hwservice - Initialize server and client for hal_btconfigstore. - Make system_app to be a client of hal_btconfigstore for FM. - Make Bluetooth to be a client of hal_btconfigstore. Change-Id: I680bcdb79836fbba22140f9e4bcfadeb7a70ed59
62 lines
3.4 KiB
Text
62 lines
3.4 KiB
Text
# Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
|
#
|
|
# 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.
|
|
|
|
type hal_display_color_hwservice, hwservice_manager_type;
|
|
type hal_display_config_hwservice, hwservice_manager_type;
|
|
type hal_display_postproc_hwservice, hwservice_manager_type;
|
|
type hal_hbtp_hwservice, hwservice_manager_type;
|
|
type hal_dpmqmi_hwservice, hwservice_manager_type;
|
|
type hal_imsrtp_hwservice, hwservice_manager_type;
|
|
type hal_imscallinfo_hwservice, hwservice_manager_type;
|
|
type hal_perf_hwservice, hwservice_manager_type;
|
|
type wifidisplayhalservice_hwservice, hwservice_manager_type;
|
|
type hal_iop_hwservice, hwservice_manager_type;
|
|
type hal_alarm_qti_hwservice, hwservice_manager_type;
|
|
type hal_datafactory_hwservice, hwservice_manager_type;
|
|
type hal_dataconnection_hwservice, hwservice_manager_type;
|
|
type hal_latency_hwservice, hwservice_manager_type;
|
|
type hal_iwlan_hwservice, hwservice_manager_type;
|
|
type hal_cacert_hwservice, hwservice_manager_type;
|
|
type hal_imsrcsd_hwservice, hwservice_manager_type;
|
|
type hal_ipacm_hwservice, hwservice_manager_type;
|
|
type hal_vpp_hwservice, hwservice_manager_type;
|
|
type hal_wigig_hwservice, hwservice_manager_type;
|
|
type hal_qteeconnector_hwservice, hwservice_manager_type;
|
|
type hal_esepowermanager_hwservice, hwservice_manager_type;
|
|
type hal_voiceprint_hwservice, hwservice_manager_type;
|
|
type vendor_hal_factory_qti_hwservice, hwservice_manager_type;
|
|
type hal_wigig_npt_hwservice, hwservice_manager_type;
|
|
type hal_soter_hwservice, hwservice_manager_type;
|
|
type hal_tui_comm_hwservice, hwservice_manager_type;
|
|
type hal_qdutils_disp_hwservice, hwservice_manager_type;
|
|
type hal_sensorscalibrate_qti_hwservice, hwservice_manager_type;
|
|
type hal_scve_hwservice, hwservice_manager_type;
|
|
type hal_mirrorlink_hwservice, hwservice_manager_type;
|
|
type hal_pasrmanager_hwservice, hwservice_manager_type;
|
|
type hal_wifilearner_hwservice, hwservice_manager_type;
|
|
type hal_fm_hwservice, hwservice_manager_type;
|
|
type hal_btconfigstore_hwservice, hwservice_manager_type;
|