1# ============================================== 2# MTK Attribute declarations 3# ============================================== 4 5# Date: 2019/05/27 6# GPU HIDL 7attribute hal_gpu; 8attribute hal_gpu_client; 9attribute hal_gpu_server; 10 11# Date: 2017/06/12 12# LBS HIDL 13attribute mtk_hal_lbs; 14attribute mtk_hal_lbs_client; 15attribute mtk_hal_lbs_server; 16 17# Date: 2019/06/12 18# modem db filter hidl 19attribute mtk_hal_md_dbfilter; 20attribute mtk_hal_md_dbfilter_client; 21 22# Date: 2019/11/18 23# em hidl 24attribute mtk_hal_em; 25attribute mtk_hal_em_client; 26attribute mtk_hal_em_server; 27