RM6785: Initial commit
* https://github.com/realme-mt6785-devs/android_device_realme_RM6785-common/tree/a8c9c94a13b8f065e9e2c0a23ce765b225c14fdc Change-Id: Ic4f255143b586f8618606e38defb7f6f7f5a2601
This commit is contained in:
+30
@@ -0,0 +1,30 @@
|
||||
#
|
||||
on early-init
|
||||
|
||||
on post-fs-data
|
||||
|
||||
# Modem related device nodes
|
||||
mkdir /mnt/vendor/nvdata/md 0770 root system
|
||||
mkdir /mnt/vendor/nvdata/md3 0770 root system
|
||||
mkdir /data/vendor/md3 0770 root system
|
||||
# Build-in Modified - S
|
||||
# insmod /vendor/lib/modules/ccci_plat.ko
|
||||
# insmod /vendor/lib/modules/ccci.ko
|
||||
# Build-in Modified - E
|
||||
# chown radio radio /sys/class/BOOT/BOOT/boot/md
|
||||
chown radio radio /sys/kernel/ccci/boot
|
||||
|
||||
#SeLinux
|
||||
|
||||
service ccci_mdinit /vendor/bin/ccci_mdinit 0
|
||||
user system
|
||||
group radio system
|
||||
class core
|
||||
oneshot
|
||||
|
||||
service ccci3_mdinit /vendor/bin/ccci_mdinit 2
|
||||
user system
|
||||
group radio system
|
||||
class core
|
||||
oneshot
|
||||
|
||||
Reference in New Issue
Block a user