diff options
-rw-r--r-- | manifest.xml | 9 | ||||
-rw-r--r-- | proprietary-files.txt | 1 | ||||
-rw-r--r-- | rootdir/etc/init.qcom.rc | 6 | ||||
-rw-r--r-- | sepolicy/atfwd.te | 1 |
4 files changed, 17 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> diff --git a/proprietary-files.txt b/proprietary-files.txt index e2e01ca..787304b 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -623,6 +623,7 @@ etc/permissions/telephonyservice.xml -framework/qcrilhook.jar -framework/qti-telephony-common.jar|cdf8c78a495edda081c4a6014df6bd0c32a741e6 -priv-app/qcrilmsgtunnel/qcrilmsgtunnel.apk +vendor/bin/ATFWD-daemon vendor/bin/netmgrd vendor/bin/qti vendor/bin/rmt_storage diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 3a4224d..096762c 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -405,6 +405,12 @@ service port-bridge /vendor/bin/port-bridge disabled oneshot +service atfwd /vendor/bin/ATFWD-daemon + class late_start + user system + group system radio + writepid /dev/cpuset/system-background/tasks + service netmgrd /vendor/bin/netmgrd class main user root diff --git a/sepolicy/atfwd.te b/sepolicy/atfwd.te new file mode 100644 index 0000000..8588d58 --- /dev/null +++ b/sepolicy/atfwd.te @@ -0,0 +1 @@ +allow atfwd sysfs_msm_subsys:dir search; |