rosemary: Sync with device tree
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
<Param name="besloudness" type="int"/>
|
||||
<Param name="hifi_audio" type="int" />
|
||||
</ParamUnit>
|
||||
</ParamUnitDesc>
|
||||
</ParamUnitDesc>
|
||||
@@ -17,4 +17,4 @@
|
||||
<!-- Open the num of mic -->
|
||||
<Param name="num of mic" type="int"/>
|
||||
</ParamUnit>
|
||||
</ParamUnitDesc>
|
||||
</ParamUnitDesc>
|
||||
Vendored
+3
-1
@@ -289,6 +289,9 @@
|
||||
<!-- Support dial 999 under G+N/A case because CT network don't support
|
||||
dial 999 without no CT SIM
|
||||
-->
|
||||
<EccEntry Ecc="000" Category="0" Condition="1" Plmn="460 FFF"/>
|
||||
<EccEntry Ecc="08" Category="0" Condition="1" Plmn="460 FFF"/>
|
||||
<EccEntry Ecc="118" Category="0" Condition="1" Plmn="460 FFF"/>
|
||||
<EccEntry Ecc="999" Category="0" Condition="2" Plmn="460 FFF"/>
|
||||
<EccEntry Ecc="118" Category="0" Condition="2" Plmn="466 FFF"/>
|
||||
|
||||
@@ -439,7 +442,6 @@
|
||||
<EccEntry Ecc="911" Category="0" Condition="1" Plmn="716 FFF"/>
|
||||
<EccEntry Ecc="105" Category="0" Condition="1" Plmn="716 06"/>
|
||||
<EccEntry Ecc="105" Category="0" Condition="1" Plmn="716 10"/>
|
||||
<EccEntry Ecc="000" Category="0" Condition="0" Plmn="716 17"/>
|
||||
|
||||
<EccEntry Ecc="999" Category="0" Condition="1" Plmn="234 FFF"/>
|
||||
<EccEntry Ecc="112" Category="0" Condition="1" Plmn="234 FFF"/>
|
||||
|
||||
+1
-1
@@ -12,4 +12,4 @@
|
||||
<readers>
|
||||
<reader name="hexagon"></reader>
|
||||
</readers>
|
||||
</ellipticSensorSetup>
|
||||
</ellipticSensorSetup>
|
||||
@@ -15,4 +15,4 @@
|
||||
emergency_ext_secs="300"
|
||||
/>
|
||||
|
||||
</mtk_agps_profiles>
|
||||
</mtk_agps_profiles>
|
||||
Vendored
-18
@@ -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
|
||||
-12
@@ -1,12 +0,0 @@
|
||||
# MTK platform .rc configure
|
||||
service dmc_core /vendor/bin/dmc_core
|
||||
class core
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
interface vendor.mediatek.hardware.dmc@1.0::IDmcService dmc_hidl_service
|
||||
interface vendor.mediatek.hardware.dmc@1.1::IDmcService dmc_hidl_service
|
||||
interface vendor.mediatek.hardware.dmc@1.2::IDmcService dmc_hidl_service
|
||||
interface vendor.mediatek.hardware.apmonitor@2.0::IApmService apm_hidl_service
|
||||
disabled
|
||||
oneshot
|
||||
-10
@@ -1,10 +0,0 @@
|
||||
service emhidl_user /vendor/bin/em_hidl
|
||||
interface vendor.mediatek.hardware.engineermode@1.0::IEmd EmHidlServer
|
||||
interface vendor.mediatek.hardware.engineermode@1.1::IEmd EmHidlServer
|
||||
interface vendor.mediatek.hardware.engineermode@1.2::IEmd EmHidlServer
|
||||
interface vendor.mediatek.hardware.engineermode@1.3::IEmd EmHidlServer
|
||||
class hal
|
||||
oneshot
|
||||
disabled
|
||||
user system
|
||||
group bluetooth radio gps system nfc
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
on boot
|
||||
setprop ro.vendor.md_apps.support 1
|
||||
setprop ro.vendor.md_apps.load_type user
|
||||
setprop ro.vendor.md_apps.load_verno "MOLY.LR13.R1.MP.V89.6.P64"
|
||||
setprop ro.vendor.md_apps.load_verno "MOLY.LR13.R1.MP.V89.6.P77"
|
||||
setprop ro.vendor.md_apps.load_gencfg "GEN95_USER"
|
||||
setprop ro.vendor.md_apps.load_date "2023/09/15 07:07:54 GMT +00:00"
|
||||
setprop ro.vendor.md_apps.load_date "2024/07/09 10:32:02 GMT +00:00"
|
||||
|
||||
-21
@@ -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
|
||||
-14
@@ -1,14 +0,0 @@
|
||||
# MTK platform .rc configure
|
||||
|
||||
service mtk_pkm_service /vendor/bin/mtk_pkm_service
|
||||
class core
|
||||
user system
|
||||
group system inet net_admin net_raw
|
||||
capabilities NET_ADMIN NET_RAW
|
||||
disabled
|
||||
|
||||
on property:vendor.diagnostic.packetmonitor=0
|
||||
stop mtk_pkm_service
|
||||
|
||||
on property:vendor.diagnostic.packetmonitor=1
|
||||
start mtk_pkm_service
|
||||
@@ -1,8 +0,0 @@
|
||||
on boot
|
||||
chown system radio /dev/mix_event
|
||||
chown system radio /sys/kernel/debug/fpsgo/fstb/fpsgo_status
|
||||
chown system radio /dev/ttyC5
|
||||
service nwk_opt-hal-1-0 /vendor/bin/hw/vendor.mediatek.hardware.nwk_opt@1.0-service
|
||||
class hal
|
||||
user system
|
||||
group system input
|
||||
-5
@@ -1,5 +0,0 @@
|
||||
OMX.MTK.AUDIO.DECODER.MP3 audio_decoder.mp3 libMtkOmxMp3Dec.so 32
|
||||
OMX.MTK.AUDIO.DECODER.ADPCM.MS audio_decoder.adpcm libMtkOmxAdpcmDec.so 32
|
||||
OMX.MTK.AUDIO.DECODER.ADPCM.DVI audio_decoder.adpcm libMtkOmxAdpcmDec.so 32
|
||||
OMX.MTK.AUDIO.DECODER.GSM audio_decoder.gsm libMtkOmxGsmDec.so 32
|
||||
OMX.MTK.AUDIO.DECODER.ALAC audio_decoder.alac libMtkOmxAlacDec.so 32
|
||||
Vendored
+1
-1
@@ -6,4 +6,4 @@
|
||||
<fqname>@1.3::IDevice/mtk-gpu</fqname>
|
||||
<fqname>@1.3::IDevice/mtk-neuron</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user