Skip to content
Snippets Groups Projects
Commit b6bf3dfe authored by Bruno Martins's avatar Bruno Martins Committed by TheScarastic
Browse files

msm8953-common: Ship and enable atfwd daemon

 * The atfwd daemon is responsible for handling AT command
   forward requests from modem and should be enabled
   for all targets except sda, apq, qcs.

Change-Id: I886b616565f81da10ad4a7b52baf8854a0b26f52
parent db4dc1da
No related branches found
No related tags found
No related merge requests found
......@@ -392,6 +392,15 @@
<instance>slot2</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.atcmdfwd</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IAtCmdFwd</name>
<instance>AtCmdFwdService</instance>
</interface>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.radio.ims</name>
<transport>hwbinder</transport>
......
......@@ -435,6 +435,7 @@ etc/permissions/telephonyservice.xml:vendor/etc/permissions/telephonyservice.xml
-framework/qcrilhook.jar:vendor/framework/qcrilhook.jar
-framework/qti-telephony-common.jar
-priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk:vendor/app/qcrilmsgtunnel/qcrilmsgtunnel.apk
vendor/bin/ATFWD-daemon
vendor/bin/netmgrd
vendor/bin/qti
vendor/bin/rmt_storage
......
......@@ -466,6 +466,12 @@ on property:bluetooth.hciattach=true
on property:bluetooth.hciattach=false
setprop bluetooth.status off
service atfwd /vendor/bin/ATFWD-daemon
class late_start
user system
group system radio
writepid /dev/cpuset/system-background/tasks
service netmgrd /system/vendor/bin/netmgrd
class main
writepid /dev/cpuset/system-background/tasks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment