1# ============================================== 2# MTK Attribute declarations 3# ============================================== 4 5# Date: 2017/06/12 6# LBS HIDL 7attribute mtk_hal_lbs; 8attribute mtk_hal_lbs_client; 9attribute mtk_hal_lbs_server; 10 11# Date: 2017/06/12 12# LBS HIDL 13#attribute mtk_hal_lbs; 14#attribute mtk_hal_lbs_client; 15#attribute mtk_hal_lbs_server; 16 17# Date: 2017/06/27 18# IMSA HIDL 19attribute hal_imsa; 20attribute hal_imsa_client; 21attribute hal_imsa_server; 22 23# Date: 2017/07/13 24# NVRAM AGENT HIDL 25attribute hal_nvramagent; 26attribute hal_nvramagent_client; 27attribute hal_nvramagent_server; 28 29# Date: 2017/07/19 30# PQ HIDL 31attribute hal_pq; 32attribute hal_pq_client; 33attribute hal_pq_server; 34 35# Date: 2017/07/28 36# KEY ATTESTATION HIDL 37attribute mtk_hal_keyattestation; 38attribute mtk_hal_keyattestation_client; 39attribute mtk_hal_keyattestation_server; 40 41# Date: 2018/03/23 42# log hidl 43attribute mtk_hal_log; 44attribute mtk_hal_log_client; 45attribute mtk_hal_log_server; 46 47# Date: 2018/05/25 48# FM HIDL 49attribute mtk_hal_fm; 50attribute mtk_hal_fm_client; 51attribute mtk_hal_fm_server; 52 53# Date: 2018/07/02 54# MDP HIDL 55attribute hal_mms; 56attribute hal_mms_client; 57attribute hal_mms_server; 58 59# Date: 2019/05/27 60# GPU HIDL 61attribute hal_gpu; 62attribute hal_gpu_client; 63attribute hal_gpu_server; 64 65# Date: 2019/06/12 66# modem db filter hidl 67attribute mtk_hal_md_dbfilter; 68attribute mtk_hal_md_dbfilter_client; 69 70# Date: 2019/06/12 71# modem db filter hidl 72attribute mtk_hal_md_dbfilter_server; 73 74# Date: 2019/07/16 75# HDMI HIDL 76attribute hal_hdmi; 77attribute hal_hdmi_client; 78attribute hal_hdmi_server; 79 80# Date: 2019/09/06 81# BGService HIDL 82attribute mtk_hal_bgs; 83attribute mtk_hal_bgs_client; 84attribute mtk_hal_bgs_server; 85 86# Date: 2019/11/18 87# em hidl 88attribute mtk_hal_em; 89attribute mtk_hal_em_client; 90attribute mtk_hal_em_server; 91 92attribute hal_mtkcodecservice_server; 93attribute hal_mtkcodecservice; 94 95attribute hal_atci; 96attribute hal_atci_client; 97attribute hal_atci_server; 98 99attribute mtk_hal_aee; 100attribute mtk_hal_aee_client; 101attribute mtk_hal_aee_server; 102 103# All types used for mtk's safe hwservice 104attribute mtk_safe_hwservice_manager_type; 105 106# All types used for mtk's safe halserver 107attribute mtk_safe_halserverdomain_type; 108