RM6785: Sync with Device Tree

Signed-off-by: Naveen <imnaveenbisht@gmail.com>
This commit is contained in:
Naveen
2025-08-01 21:07:18 +05:30
parent 0b2bb3e3c0
commit 3f7e622c9f
13 changed files with 0 additions and 186 deletions
-18
View File
@@ -1,18 +0,0 @@
service atcid-daemon-u /vendor/bin/atcid
interface vendor.mediatek.hardware.atci@1.0::IAtcid default
class hal
class main
socket adb_atci_socket stream 660 radio system
user system
group radio system media bluetooth wifi
disabled
oneshot
on property:persist.vendor.service.atci.autostart=1
start atcid-daemon-u
on property:persist.vendor.service.atci.atm_mode=1
start atcid-daemon-u
on property:sys.boot_completed=1
setprop vendor.mtk.atci.boot_completed 1
-8
View File
@@ -1,8 +0,0 @@
service audio-daemon /vendor/bin/audiocmdservice_atci
class main
socket atci-audio stream 666 system system
user system
group system audio
disabled
oneshot
-21
View File
@@ -1,21 +0,0 @@
on post-fs-data
#mkdir in code is permission denied(not SElinux)
mkdir /data/vendor/md_mon 0770 system radio
restorecon /data/vendor/md_mon
# MTK platform .rc configure
service md_monitor /vendor/bin/md_monitor
interface vendor.mediatek.hardware.mdmonitor@1.0::IMDMonitorService default
class hal
class main
user system
group system radio sdcard_rw inet sdcard_r media_rw
disabled
oneshot
on property:persist.vendor.mdmmonitor=0
stop md_monitor
on property:persist.vendor.mdmmonitor=1
start md_monitor
-9
View File
@@ -1,9 +0,0 @@
service vendor.muxreport-daemon /vendor/bin/muxreport
class core
user radio
group radio cache inet misc
disabled
oneshot
on property:vendor.ril.muxreport=1
start vendor.muxreport-daemon