From 73bc815d397b47f1d6d0c74f98d4a4b697b19a96 Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Sat, 31 Aug 2019 18:52:20 +0200 Subject: sdm660-common: Convert to 660 common tree Change-Id: I903039730f4181f6a326f28e0ea212db68bdabcc --- ...roid.hardware.light@2.0-service.xiaomi_sdm660.rc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 light/android.hardware.light@2.0-service.xiaomi_sdm660.rc (limited to 'light/android.hardware.light@2.0-service.xiaomi_sdm660.rc') diff --git a/light/android.hardware.light@2.0-service.xiaomi_sdm660.rc b/light/android.hardware.light@2.0-service.xiaomi_sdm660.rc new file mode 100644 index 0000000..ba0f41a --- /dev/null +++ b/light/android.hardware.light@2.0-service.xiaomi_sdm660.rc @@ -0,0 +1,21 @@ +on boot + # Notification LED + chown system system /sys/class/leds/red/blink + chown system system /sys/class/leds/red/brightness + chown system system /sys/class/leds/red/duty_pcts + chown system system /sys/class/leds/red/pause_hi + chown system system /sys/class/leds/red/pause_lo + chown system system /sys/class/leds/red/ramp_step_ms + chown system system /sys/class/leds/red/start_idx + + chmod 660 /sys/class/leds/red/duty_pcts + chmod 660 /sys/class/leds/red/pause_hi + chmod 660 /sys/class/leds/red/pause_lo + chmod 660 /sys/class/leds/red/ramp_step_ms + chmod 660 /sys/class/leds/red/start_idx + +service vendor.light-hal-2-0 /vendor/bin/hw/android.hardware.light@2.0-service.xiaomi_sdm660 + class hal + user system + group system + shutdown critical -- cgit v1.2.3