Zvikomborero VIncent Zvikaramba | 4ea53a0 | 2016-07-25 01:25:53 -0400 | [diff] [blame] | 1 | # Copyright (C) 2012 The Android Open Source Project |
| 2 | # |
| 3 | # IMPORTANT: Do not create world writable files or directories. |
| 4 | # This is a common source of Android security bugs. |
| 5 | # |
| 6 | |
| 7 | # service can not be overwritten except SPRINT |
| 8 | # Thus, rilcarrier is imported before common rc, like init.rilchip.rc |
| 9 | import /init.rilcarrier.rc |
| 10 | import /init.rilchip.rc |
| 11 | import /init.rilepdg.rc |
| 12 | |
| 13 | on boot |
| 14 | |
| 15 | # AT Distributor for factory test |
Zvikomborero VIncent Zvikaramba | 053c0ac | 2016-07-26 05:25:18 -0400 | [diff] [blame] | 16 | service at_distributor /system/bin/at_distributor |
Zvikomborero VIncent Zvikaramba | 4ea53a0 | 2016-07-25 01:25:53 -0400 | [diff] [blame] | 17 | class late_start |
| 18 | user root |
| 19 | group radio misc log |
| 20 | |
Zvikomborero VIncent Zvikaramba | 053c0ac | 2016-07-26 05:25:18 -0400 | [diff] [blame] | 21 | service DR-daemon /system/bin/ddexe |
Zvikomborero VIncent Zvikaramba | 4ea53a0 | 2016-07-25 01:25:53 -0400 | [diff] [blame] | 22 | class main |
| 23 | user root |
| 24 | group system radio inet net_raw |
| 25 | |
Zvikomborero VIncent Zvikaramba | 053c0ac | 2016-07-26 05:25:18 -0400 | [diff] [blame] | 26 | service SMD-daemon /system/bin/smdexe |
Zvikomborero VIncent Zvikaramba | 4ea53a0 | 2016-07-25 01:25:53 -0400 | [diff] [blame] | 27 | class main |
| 28 | user root |
| 29 | group system radio inet net_raw |
| 30 | |
Zvikomborero VIncent Zvikaramba | 053c0ac | 2016-07-26 05:25:18 -0400 | [diff] [blame] | 31 | service BCS-daemon /system/bin/connfwexe |
Zvikomborero VIncent Zvikaramba | 4ea53a0 | 2016-07-25 01:25:53 -0400 | [diff] [blame] | 32 | class main |
| 33 | user root |
| 34 | group system radio inet net_raw |
| 35 | |
| 36 | # for ethernet |
| 37 | service dhcpcd_eth0 /system/bin/dhcpcd -ABKL |
| 38 | class main |
| 39 | disabled |
| 40 | oneshot |
| 41 | |
| 42 | # for Wi-Fi only models |
| 43 | on property:ro.radio.noril=yes |
| 44 | stop ril-daemon |