Remove unused codes for hotspot. MTK-Commit-Id: 8fb09c8c6cb3d9362ae657285dd81f8648e2b271 Change-Id: Idcf2f7359dfb324028a752d8fe3824e0caa93862 CR-Id: ALPS04423688 Feature: Wi-Fi Tethering Signed-off-by: Ben Lai <ben.lai@mediatek.com>
80 lines
1.7 KiB
Plaintext
80 lines
1.7 KiB
Plaintext
# ==============================================
|
|
# MTK Attribute declarations
|
|
# ==============================================
|
|
|
|
# Attribute that represents all mtk property types (except those with ctl_xxx prefix)
|
|
attribute mtk_core_property_type;
|
|
|
|
# Date: 2017/06/12
|
|
# LBS HIDL
|
|
attribute mtk_hal_lbs;
|
|
attribute mtk_hal_lbs_client;
|
|
attribute mtk_hal_lbs_server;
|
|
|
|
# Date: 2017/06/27
|
|
# IMSA HIDL
|
|
attribute hal_imsa;
|
|
attribute hal_imsa_client;
|
|
attribute hal_imsa_server;
|
|
|
|
# attribute that represents all MTK IMS types. It should be used by AP side module only.
|
|
attribute mtkimsapdomain;
|
|
#
|
|
# # attribute that represents all MTK IMS types. It should be used by MD side module only.
|
|
attribute mtkimsmddomain;
|
|
|
|
# Date: 2017/07/19
|
|
# PQ HIDL
|
|
attribute hal_pq;
|
|
attribute hal_pq_client;
|
|
attribute hal_pq_server;
|
|
|
|
# Date: 2017/07/28
|
|
# KEY ATTESTATION HIDL
|
|
attribute mtk_hal_keyattestation;
|
|
attribute mtk_hal_keyattestation_client;
|
|
attribute mtk_hal_keyattestation_server;
|
|
# Date: 2017/07/13
|
|
# NVRAM AGENT HIDL
|
|
attribute hal_nvramagent;
|
|
attribute hal_nvramagent_client;
|
|
attribute hal_nvramagent_server;
|
|
|
|
# Date: 2018/05/25
|
|
# FM HIDL
|
|
attribute mtk_hal_fm;
|
|
attribute mtk_hal_fm_client;
|
|
attribute mtk_hal_fm_server;
|
|
|
|
# Date: 2018/03/23
|
|
# log hidl
|
|
attribute mtk_hal_log;
|
|
attribute mtk_hal_log_client;
|
|
attribute mtk_hal_log_server;
|
|
|
|
# Date: 2018/06/26
|
|
# em hidl
|
|
attribute mtk_hal_em;
|
|
attribute mtk_hal_em_client;
|
|
attribute mtk_hal_em_server;
|
|
|
|
# Date: 2018/07/02
|
|
# MDP HIDL
|
|
attribute hal_mms;
|
|
attribute hal_mms_client;
|
|
attribute hal_mms_server;
|
|
|
|
attribute hal_mtkcodecservice_server;
|
|
attribute hal_mtkcodecservice;
|
|
|
|
attribute hal_atci;
|
|
attribute hal_atci_client;
|
|
attribute hal_atci_server;
|
|
|
|
# Date: 2019/04/19
|
|
# GPU HIDL
|
|
attribute hal_gpu;
|
|
attribute hal_gpu_client;
|
|
attribute hal_gpu_server;
|
|
|