mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
Make the reference implementation for InputClassifier HAL do nothing. This is to allow cuttlefish to install this implementation. It is safe for any device to install this implementation, and is equivalent to not having the HAL running at all. Test: boot up cuttlefish, and interact with the virtual device to ensure that input works okay. Then 'ps -A | grep -i input' and ensure that the HAL is running on the device. Bug: 122600147 Change-Id: I841811bc0da3d78db8d7c1589cf1c59819d901a1
10 lines
457 B
Plaintext
10 lines
457 B
Plaintext
service vendor.input.classifier-1-0 /vendor/bin/hw/android.hardware.input.classifier@1.0-service.default
|
|
# Must be specified if "disabled" is set. This HAL will only start if requested via getService
|
|
interface android.hardware.input.classifier@1.0::IInputClassifier default
|
|
class hal
|
|
user nobody
|
|
# will not be restarted if it exits until it is requested to be restarted
|
|
oneshot
|
|
# will only be started when requested
|
|
disabled
|