• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ==============================================
2# MTK Attribute declarations
3# ==============================================
4
5# Attribute that represents all mtk property types (except those with ctl_xxx prefix)
6attribute mtk_core_property_type;
7
8# Date: 2017/06/12
9# LBS HIDL
10#attribute mtk_hal_lbs;
11#attribute mtk_hal_lbs_client;
12#attribute mtk_hal_lbs_server;
13
14# Date: 2017/06/27
15# IMSA HIDL
16attribute hal_imsa;
17attribute hal_imsa_client;
18attribute hal_imsa_server;
19
20# attribute that represents all MTK IMS types. It should be used by AP side module only.
21attribute mtkimsapdomain;
22#
23# # attribute that represents all MTK IMS types. It should be used by MD side module only.
24attribute mtkimsmddomain;
25
26# Date: 2017/07/19
27# PQ HIDL
28attribute hal_pq;
29attribute hal_pq_client;
30attribute hal_pq_server;
31
32# Date: 2017/07/28
33# KEY ATTESTATION HIDL
34attribute mtk_hal_keyattestation;
35attribute mtk_hal_keyattestation_client;
36attribute mtk_hal_keyattestation_server;
37# Date: 2017/07/13
38# NVRAM AGENT HIDL
39attribute hal_nvramagent;
40attribute hal_nvramagent_client;
41attribute hal_nvramagent_server;
42
43# Date: 2018/05/25
44# FM HIDL
45attribute mtk_hal_fm;
46attribute mtk_hal_fm_client;
47attribute mtk_hal_fm_server;
48
49# Date: 2018/03/23
50# log hidl
51attribute mtk_hal_log;
52attribute mtk_hal_log_client;
53attribute mtk_hal_log_server;
54
55# Date: 2018/07/02
56# MDP HIDL
57attribute hal_mms;
58attribute hal_mms_client;
59attribute hal_mms_server;
60
61attribute hal_mtkcodecservice_server;
62attribute hal_mtkcodecservice;
63
64attribute hal_atci;
65attribute hal_atci_client;
66attribute hal_atci_server;
67
68# Date: 2019/06/12
69# modem db filter hidl
70attribute mtk_hal_md_dbfilter_server;
71
72# Date: 2019/07/16
73# HDMI HIDL
74attribute hal_hdmi;
75attribute hal_hdmi_client;
76attribute hal_hdmi_server;
77
78# Date: 2019/09/06
79# BGService HIDL
80attribute mtk_hal_bgs;
81attribute mtk_hal_bgs_client;
82attribute mtk_hal_bgs_server;
83
84attribute mtk_hal_aee;
85attribute mtk_hal_aee_client;
86attribute mtk_hal_aee_server;
87