[Detail] Add sepolicy for fm_hidle_service. MTK-Commit-Id: 13358f71839220423a732b81b0e3c1d2e4210cb8 Change-Id: I761732065bbcec7fa398ab481b7921509232e693 CR-Id: ALPS03938413 Feature: [Module]FM Radio Driver
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
# ==============================================
|
|
# MTK Attribute declarations
|
|
# ==============================================
|
|
|
|
# Attribute that represents all mtk property types (except those with ctl_xxx prefix)
|
|
attribute mtk_core_property_type;
|
|
|
|
# Date: 2017/06/12
|
|
# LBS HIDL
|
|
attribute mtk_hal_lbs;
|
|
attribute mtk_hal_lbs_client;
|
|
attribute mtk_hal_lbs_server;
|
|
|
|
# Date: 2017/06/22
|
|
# WIFI HOSTAPD HIDL
|
|
attribute mtk_hal_wifi_hostapd;
|
|
attribute mtk_hal_wifi_hostapd_client;
|
|
attribute mtk_hal_wifi_hostapd_server;
|
|
|
|
# Date: 2017/06/27
|
|
# IMSA HIDL
|
|
attribute hal_imsa;
|
|
attribute hal_imsa_client;
|
|
attribute hal_imsa_server;
|
|
|
|
# attribute that represents all MTK IMS types. It should be used by AP side module only.
|
|
attribute mtkimsapdomain;
|
|
#
|
|
# # attribute that represents all MTK IMS types. It should be used by MD side module only.
|
|
attribute mtkimsmddomain;
|
|
|
|
# Date: 2017/07/19
|
|
# PQ HIDL
|
|
attribute hal_pq;
|
|
attribute hal_pq_client;
|
|
attribute hal_pq_server;
|
|
|
|
# Date: 2017/07/28
|
|
# KEY ATTESTATION HIDL
|
|
attribute mtk_hal_keyattestation;
|
|
attribute mtk_hal_keyattestation_client;
|
|
attribute mtk_hal_keyattestation_server;
|
|
# Date: 2017/07/13
|
|
# NVRAM AGENT HIDL
|
|
attribute hal_nvramagent;
|
|
attribute hal_nvramagent_client;
|
|
attribute hal_nvramagent_server;
|
|
|
|
# Date: 2018/05/25
|
|
# FM HIDL
|
|
attribute mtk_hal_fm;
|
|
attribute mtk_hal_fm_client;
|
|
attribute mtk_hal_fm_server;
|