[ALPS04102080] EM: add sepolicy for wcncoredump

[Detail]
Wcn coredump need to be moved to EM APK to set. So the sepolicy is moved from em hidl to radio

MTK-Commit-Id: 5a2eab93408ae5d794cf9e97e56b73e97564b620

Change-Id: I9fbeed958c69ca873580b9276b63771ba532ac9c
CR-Id: ALPS04102080
Feature: Engineering Mode
This commit is contained in:
yuhui.zhang 2020-01-18 10:07:27 +08:00 committed by Juan Rong
parent 7df888a9d5
commit 5eddff7bf6
2 changed files with 4 additions and 5 deletions

View File

@ -62,11 +62,6 @@ set_prop(em_hidl, mtk_disable_c2k_cap_prop)
set_prop(em_hidl, mtk_debug_md_reset_prop) set_prop(em_hidl, mtk_debug_md_reset_prop)
# Date : 2018/06/29
# Operation : EM DEBUG
# Purpose: EM should mtk_connsys_coredump_mode_prop
set_prop(em_hidl, wmt_prop)
# Date : 2018/06/29 # Date : 2018/06/29
# Operation : EM DEBUG # Operation : EM DEBUG
# Purpose: EM should video log mtk_omx_log_prop # Purpose: EM should video log mtk_omx_log_prop

View File

@ -213,3 +213,7 @@ get_prop(radio, persist_mtk_aeev_prop);
# Purpose : Allow EM to set sys property # Purpose : Allow EM to set sys property
set_prop(radio, mtk_em_sys_prop) set_prop(radio, mtk_em_sys_prop)
# Date : 2018/09/06
# Purpose : Allow EM set wcn coredump prop
set_prop(radio, coredump_prop)