forked from LineageOS/android_hardware_lineage_interfaces
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Felix <[email protected]> Change-Id: I6d70bbdb66c3dce280bf6908c3750316a6f6cf70
- Loading branch information
Showing
8 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |