Skip to content

Commit

Permalink
Add interface info to .rc files
Browse files Browse the repository at this point in the history
Signed-off-by: Felix <[email protected]>
Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
  • Loading branch information
Felix authored and mikeNG committed Jan 13, 2021
1 parent ba7d528 commit 6841153
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions biometrics/fingerprint/2.0/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service vendor.fps_hal /vendor/bin/hw/[email protected]
interface [email protected]::IBiometricsFingerprint default
# "class hal" causes a race condition on some devices due to files created
# in /data. As a workaround, postpone startup until later in boot once
# /data is mounted.
Expand Down
1 change: 1 addition & 0 deletions cryptfshw/1.0/qsee/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service cryptfshw-1-0 /vendor/bin/hw/[email protected]
interface [email protected]::ICryptfsHw default
class early_hal
user system
group system
Expand Down
1 change: 1 addition & 0 deletions gnss/1.0-legacy/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service vendor.gnss_service /vendor/bin/hw/[email protected]
interface [email protected]::IGnss default
class hal
user gps
group system gps radio
1 change: 1 addition & 0 deletions light/2.0-aw2013/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on init
chown system system /sys/class/leds/blue/led_time

service vendor.light-hal-2-0 /vendor/bin/hw/[email protected]
interface [email protected]::ILight default
class hal
user system
group system
Expand Down
1 change: 1 addition & 0 deletions trust/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service trust-hal-1-0 /system/bin/hw/[email protected]
interface [email protected]::IUsbRestrict default
class hal
user root
group root
1 change: 1 addition & 0 deletions trust/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service vendor.trust-hal-1-0 /vendor/bin/hw/[email protected]
interface [email protected]::IUsbRestrict default
class hal
user root
group root
1 change: 1 addition & 0 deletions usb/1.0-basic/[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
service vendor.usb-hal-1-0 /vendor/bin/hw/[email protected]
interface [email protected]::IUsb default
class hal
user system
group system
1 change: 1 addition & 0 deletions vibrator/1.0-lineage/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on early-boot
chmod 0444 /sys/devices/virtual/timed_output/vibrator/vtg_min

service vendor.vibrator-1-0 /vendor/bin/hw/[email protected]
interface [email protected]::IVibrator default
class hal
user system
group system

0 comments on commit 6841153

Please sign in to comment.