Merge "[ALPS04384473] Remove relabel graphics_debug_prop" into alps-trunk-q0.basic
Change-Id: Ic744d8a7ced13594f6dc0ca3cdd3d09fb133c3dc MTK-Commit-Id: f942f2456178ddda3fb66f1bff9fbe79779de518
This commit is contained in:
commit
99b2e3391e
@ -43,7 +43,6 @@ binder_call(hal_graphics_composer_default, mtk_hal_power)
|
|||||||
# Purpose: Allow to access property
|
# Purpose: Allow to access property
|
||||||
set_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
set_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
||||||
get_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
get_prop(hal_graphics_composer_default, graphics_hwc_pid_prop)
|
||||||
get_prop(hal_graphics_composer_default, graphics_debug_prop)
|
|
||||||
set_prop(hal_graphics_composer_default, graphics_hwc_latch_unsignaled_prop)
|
set_prop(hal_graphics_composer_default, graphics_hwc_latch_unsignaled_prop)
|
||||||
|
|
||||||
# Date : WK18.03
|
# Date : WK18.03
|
||||||
|
@ -203,7 +203,6 @@ type mtk_thermal_config_prop, property_type;
|
|||||||
|
|
||||||
#=============allow composer set property ============================
|
#=============allow composer set property ============================
|
||||||
type graphics_hwc_pid_prop, property_type;
|
type graphics_hwc_pid_prop, property_type;
|
||||||
type graphics_debug_prop, property_type;
|
|
||||||
type graphics_hwc_latch_unsignaled_prop, property_type;
|
type graphics_hwc_latch_unsignaled_prop, property_type;
|
||||||
|
|
||||||
#============= mtkcam property ============================
|
#============= mtkcam property ============================
|
||||||
|
@ -202,12 +202,6 @@ vendor.thermal.manager.data u:object_r:mtk_thermal_config_prop:s0
|
|||||||
vendor.debug.sf.hwc_pid u:object_r:graphics_hwc_pid_prop:s0
|
vendor.debug.sf.hwc_pid u:object_r:graphics_hwc_pid_prop:s0
|
||||||
vendor.debug.sf.latch_unsignaled u:object_r:graphics_hwc_latch_unsignaled_prop:s0
|
vendor.debug.sf.latch_unsignaled u:object_r:graphics_hwc_latch_unsignaled_prop:s0
|
||||||
|
|
||||||
#=============allow graphics debug property ============================
|
|
||||||
vendor.debug.sf. u:object_r:graphics_debug_prop:s0
|
|
||||||
vendor.debug.hwc. u:object_r:graphics_debug_prop:s0
|
|
||||||
vendor.debug.bq. u:object_r:graphics_debug_prop:s0
|
|
||||||
|
|
||||||
|
|
||||||
#============= atm modem mode property(ATM) ==============
|
#============= atm modem mode property(ATM) ==============
|
||||||
persist.vendor.atm.mdmode u:object_r:atm_mdmode_prop:s0
|
persist.vendor.atm.mdmode u:object_r:atm_mdmode_prop:s0
|
||||||
|
|
||||||
|
@ -58,7 +58,6 @@ allowxperm surfaceflinger proc_perfmgr:file ioctl {
|
|||||||
# Operation : Debug
|
# Operation : Debug
|
||||||
# Purpose: Allow to dump HWC backtrace
|
# Purpose: Allow to dump HWC backtrace
|
||||||
get_prop(surfaceflinger, graphics_hwc_pid_prop)
|
get_prop(surfaceflinger, graphics_hwc_pid_prop)
|
||||||
get_prop(surfaceflinger, graphics_debug_prop)
|
|
||||||
get_prop(surfaceflinger, graphics_hwc_latch_unsignaled_prop)
|
get_prop(surfaceflinger, graphics_hwc_latch_unsignaled_prop)
|
||||||
allow surfaceflinger hal_graphics_composer_default:dir search;
|
allow surfaceflinger hal_graphics_composer_default:dir search;
|
||||||
allow surfaceflinger hal_graphics_composer_default:lnk_file read;
|
allow surfaceflinger hal_graphics_composer_default:lnk_file read;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user