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# attribute that represents all MTK IMS types. It should be used by AP side module only.
9attribute mtkimsapdomain;
10#
11# # attribute that represents all MTK IMS types. It should be used by MD side module only.
12attribute mtkimsmddomain;
13