xref: /aosp_15_r20/system/sepolicy/private/hal_tv_input.te (revision e4a36f4174b17bbab9dc043f4a65dc8d87377290)
1# HwBinder IPC from clients into server, and callbacks
2binder_call(hal_tv_input_client, hal_tv_input_server)
3binder_call(hal_tv_input_server, hal_tv_input_client)
4
5hal_attribute_hwservice(hal_tv_input, hal_tv_input_hwservice)
6hal_attribute_service(hal_tv_input, hal_tv_input_service)
7
8binder_call(hal_tv_input_server, servicemanager)
9binder_call(hal_tv_input_client, servicemanager)
10