c655bece6a
This sepolicy is needed so that the vendor can launch a new HAL process, and then this HAL process could join the servicemanager as an impl for IInputProcessor. This HAL will be used to contain the previous impl of InputClassifier and also new features that we are going to add. Bug: 210158587 Test: use together with a HAL implementation, make sure HAL runs Change-Id: I476c215ad622ea18b4ce5cba9c07ae3257a65817
5 lines
234 B
Text
5 lines
234 B
Text
# HwBinder IPC from client to server
|
|
binder_call(hal_input_processor_client, hal_input_processor_server)
|
|
binder_call(hal_input_processor_server, servicemanager)
|
|
|
|
hal_attribute_service(hal_input_processor, hal_input_processor_service)
|