This commit is contained in:
Vincent Vidal 2025-08-07 16:07:57 +02:00
commit 8710a52d67
123 changed files with 20007 additions and 0 deletions

11
init/init.sensor_2_0.rc Normal file
View file

@ -0,0 +1,11 @@
# MTK platform .rc configure
on post-fs-data
# calibration
mkdir /data/vendor/sensor 0774 system system
# Sensor add by driver for hf_manager Permissions
chmod 0666 /dev/hf_manager
chown system system /dev/hf_manager
# drv modified by gongtaitao for send lcm param to light sensor 20221031 start
chmod 0666 /dev/pix_manager
chown system system /dev/pix_manager
# drv modified by gongtaitao for send lcm param to light sensor 20221031 end