• 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/06/26
56# em hidl
57attribute mtk_hal_em;
58attribute mtk_hal_em_client;
59attribute mtk_hal_em_server;
60
61# Date: 2018/07/02
62# MDP HIDL
63attribute hal_mms;
64attribute hal_mms_client;
65attribute hal_mms_server;
66
67attribute hal_mtkcodecservice_server;
68attribute hal_mtkcodecservice;
69
70attribute hal_atci;
71attribute hal_atci_client;
72attribute hal_atci_server;
73
74# Date: 2019/06/12
75# modem db filter hidl
76attribute mtk_hal_md_dbfilter_server;
77
78# Date: 2019/07/16
79# HDMI HIDL
80attribute hal_hdmi;
81attribute hal_hdmi_client;
82attribute hal_hdmi_server;
83
84# Date: 2019/09/06
85# BGService HIDL
86attribute mtk_hal_bgs;
87attribute mtk_hal_bgs_client;
88attribute mtk_hal_bgs_server;
89
90
91