summaryrefslogtreecommitdiff
path: root/init.shamu.rc
diff options
context:
space:
mode:
authorMekala Natarajan <mekalan@codeaurora.org>2014-09-08 18:34:09 -0700
committerEtan Cohen <etancohen@google.com>2014-10-02 19:13:16 +0000
commit4be0d3e8a360c0928c4897892bc2d2d662287112 (patch)
tree72129d695271c59ed2000ee0bb45f2e010a8951f /init.shamu.rc
parent63ab51cc0b92ecebb6e6a71c67715e3efdca7034 (diff)
downloadshamu-4be0d3e8a360c0928c4897892bc2d2d662287112.tar.gz
init.shamu.rc: add ims daemons for RCS presence bringup
Add IPC permission for RCS and QMID services. Bug: 17433555 Change-Id: I3f402409e17e023527c6b744a3fcc85c6f58f710
Diffstat (limited to 'init.shamu.rc')
-rw-r--r--init.shamu.rc17
1 files changed, 17 insertions, 0 deletions
diff --git a/init.shamu.rc b/init.shamu.rc
index b94041d5..731f63f6 100644
--- a/init.shamu.rc
+++ b/init.shamu.rc
@@ -375,6 +375,23 @@ service netmgrd /system/bin/netmgrd
class main
group radio
+service imsqmidaemon /system/bin/imsqmidaemon
+ class main
+ user system
+ socket ims_qmid stream 0660 system radio
+ group radio log
+
+# TODO: remove net_raw and net_admin and add them to android_filesystem_config.h
+service imsdatadaemon /system/bin/imsdatadaemon
+ class main
+ user system
+ socket ims_datad stream 0660 system radio
+ group system wifi radio inet net_raw log net_admin
+ disabled
+
+on property:sys.ims.QMI_DAEMON_STATUS=1
+ start imsdatadaemon
+
service sensors /system/bin/sensors.qcom
class core
user root