mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-08 01:08:05 -04:00
Initial common device tree
This commit is contained in:
commit
765503ce5e
71 changed files with 22665 additions and 0 deletions
22
rootdir/etc/init.rilchip.rc
Executable file
22
rootdir/etc/init.rilchip.rc
Executable file
|
@ -0,0 +1,22 @@
|
|||
# Copyright (C) 2012 The Android Open Source Project
|
||||
#
|
||||
# IMPORTANT: Do not create world writable files or directories.
|
||||
# This is a common source of Android security bugs.
|
||||
#
|
||||
|
||||
service ril-daemon /vendor/bin/hw/rild -l /vendor/lib64/libsec-ril.so
|
||||
class main
|
||||
user radio
|
||||
group radio cache inet misc audio sdcard_r sdcard_rw log vpn system readproc wakelock
|
||||
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW SYS_ADMIN CHOWN SYS_TIME
|
||||
socket sap_uim_socket1 stream 660 bluetooth bluetooth
|
||||
onrestart restart cpboot-daemon
|
||||
onrestart restart DIAG-daemon
|
||||
|
||||
service ril-daemon1 /vendor/bin/hw/rild -c 2 -l /vendor/lib64/libsec-ril-dsds.so
|
||||
class main
|
||||
user radio
|
||||
group radio cache inet misc audio sdcard_r sdcard_rw log vpn system readproc wakelock
|
||||
capabilities BLOCK_SUSPEND NET_ADMIN NET_RAW SYS_ADMIN CHOWN SYS_TIME
|
||||
onrestart restart cpboot-daemon
|
||||
onrestart restart DIAG-daemon
|
Loading…
Add table
Add a link
Reference in a new issue