platform_hardware_interfaces/input/classifier/1.0/default/android.hardware.input.classifier@1.0-service.default.rc
Siarhei Vishniakou 443e98b12d Remove impl from InputClassifier HAL
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
2019-02-07 15:42:06 -08:00

9 lines
457 B
Text

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