msm8937-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.
This commit is contained in:
Bruno Martins 2018-05-02 17:09:00 +01:00 committed by Isaac Chen
parent 80ce01536e
commit ff3af16c99
3 changed files with 15 additions and 0 deletions

View file

@ -432,6 +432,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>

View file

@ -414,6 +414,7 @@ etc/permissions/telephonyservice.xml|b297c8a27443570377d78586b00198839ce326bb
-framework/qcrilhook.jar|cb56e114f8f8ecf1c7ea5f35107bafc6bf49a194
-framework/qti-telephony-common.jar|2eba987ae297a892e895ec1e9a302b41dbe0232e
-priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk|f313f243661c8e516ecc6a5785e8f0829daedb1c
vendor/bin/ATFWD-daemon|9778a62bb94f9eeb49190908bb9b74060acd4fa6
vendor/bin/netmgrd|748b87d905aa6727e812694de559e54b958f3832
vendor/bin/qti|a67280f22725799c47d78e07570d9e173e6624f1
vendor/bin/rmt_storage|5b821f0aa673febf158892a6c8ec97a35817f876

View file

@ -396,6 +396,11 @@ service qcom-sh /vendor/bin/init.qcom.sh
user root
oneshot
service atfwd /vendor/bin/ATFWD-daemon
class late_start
user system
group system radio
service ril-daemon2 /vendor/bin/hw/rild -c 2
class main
user radio