7d8d469caa
* https://github.com/realme-mt6785-devs/android_device_realme_RM6785-common/tree/a8c9c94a13b8f065e9e2c0a23ce765b225c14fdc Change-Id: Ic4f255143b586f8618606e38defb7f6f7f5a2601
31 lines
680 B
Plaintext
31 lines
680 B
Plaintext
#
|
|
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
|
|
|