You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
322 B
9 lines
322 B
# 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)
|
|
|
|
# Allow dumping of the HAL
|
|
allow hal_input_processor_server dumpstate:fifo_file write;
|