aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc/init.qcom.rc
diff options
context:
space:
mode:
Diffstat (limited to 'rootdir/etc/init.qcom.rc')
-rw-r--r--rootdir/etc/init.qcom.rc15
1 files changed, 9 insertions, 6 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc
index a46cc3f..0393b74 100644
--- a/rootdir/etc/init.qcom.rc
+++ b/rootdir/etc/init.qcom.rc
@@ -88,17 +88,12 @@ on post-fs-data
# Create the directories used by CnE subsystem
mkdir /data/connectivity 0771 system system
- chown system system /data/connectivity
-
mkdir /data/connectivity/nsrm 0771 system system
- chown system system /data/connectivity/nsrm
# Create the directories used by DPM subsystem
mkdir /data/dpm 0771 system system
- chown system system /data/dpm
-
mkdir /data/dpm/fdMgr 0771 system system
- chown system system /data/dpm/fdMgr
+ mkdir /data/dpm/nsrm 0771 system system
# Create directory used by audio subsystem
mkdir /data/misc/audio 0770 audio audio
@@ -314,6 +309,14 @@ service config_bluetooth /system/bin/sh /system/etc/init.qcom.bt.sh "onboot"
seclabel u:r:bluetooth_loader:s0
oneshot
+service cnd /system/bin/cnd
+ class late_start
+ socket cnd stream 660 root inet
+
+service dpmd /system/bin/dpmd
+ class late_start
+ socket dpmd stream 660 root system
+
service hciattach /system/bin/sh /system/etc/init.qcom.bt.sh
class late_start
user bluetooth