android_system_sepolicy/vendor/hal_input_processor_default.te
Siarhei Vishniakou c655bece6a Add sepolicy for IInputProcessor HAL
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
2022-01-20 23:40:05 +00:00

6 lines
238 B
Plaintext

type hal_input_processor_default, domain;
hal_server_domain(hal_input_processor_default, hal_input_processor)
type hal_input_processor_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_input_processor_default)