diff options
author | xkeita <keita_nya@live.jp> | 2017-06-30 22:29:55 +0000 |
---|---|---|
committer | xkeita <keita_nya@live.jp> | 2017-06-30 22:41:19 +0000 |
commit | f776f51277299165dc40660a09dab25272323f26 (patch) | |
tree | e14e5c1caf62fd5fb28337cca40798983d15c1dc /rootdir/init.qcom.rc | |
parent | bd84deba8d594f68c25b9c4f5ab6c9dd307dd86f (diff) |
shinano-common: Add Hexagon DSP service
- Values taken from stock .291 kernel
Change-Id: Ia51d9ea493518b7a917e39992720ae9df18cefaa
Diffstat (limited to 'rootdir/init.qcom.rc')
-rw-r--r-- | rootdir/init.qcom.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index ac00df9..93663a4 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -513,6 +513,12 @@ service time_daemon /system/bin/time_daemon user root group root +# HexagonDSP FastRPC daemon +service adsprpcd /system/bin/adsprpcd + class main + user media + group media + service charger /sbin/healthd -c class charger seclabel u:r:healthd:s0 |