sanders: Add spectrum support

Co-authored-by: Anushek Prasal <anushekprasal@gmail.com>
Co-authored-by: ronaxdevil <pratabidya.007@gmail.com>
Signed-off-by: ronaxdevil <pratabidya.007@gmail.com>
This commit is contained in:
andr68rus
2018-12-10 22:13:32 +05:30
committed by ronaxdevil
parent 290696e1e5
commit d598491ffa
10 changed files with 182 additions and 1 deletions

View File

@@ -5,3 +5,7 @@ type touch_prop, property_type;
type diag_prop, property_type;
type thermal_prop, property_type;
type qti_telephony_prop, property_type;
type dirac_prop, property_type;
# Spectrum
type spectrum_prop, property_type;

View File

@@ -3,3 +3,7 @@ hw.aov.hotword_dsp_path u:object_r:adspd_prop:s0
hw.motosh.booted u:object_r:motosh_prop:s0
ro.boot.hardware.revision u:object_r:hw_rev_prop:s0
hw.touch.status u:object_r:touch_prop:s0
persist.audio.dirac. u:object_r:dirac_prop:s0
# Spectrum
persist.spectrum.profile u:object_r:spectrum_prop:s0

View File

@@ -15,3 +15,4 @@ get_prop(system_app, diag_prop);
binder_call(system_app, qtitetherservice_service);
binder_call(system_app, wificond);
get_prop(system_app, spectrum_prop);