diff options
author | Bruno Martins <bgcngm@gmail.com> | 2018-05-02 17:09:00 +0100 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-05-06 15:58:34 +0200 |
commit | 83c80e8ac20df2e8cc3fde11632d2398986ce966 (patch) | |
tree | 9e9d5a59736050a5d1039b87432aac89a98daffb /manifest.xml | |
parent | cc24f4c2dd34b63d15fed491e720a5a290471002 (diff) |
msm8996-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
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 48c55c1..e18a584 100644 --- a/manifest.xml +++ b/manifest.xml @@ -438,6 +438,15 @@ </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> <version>1.0</version> |