platform_system_sepolicy/public/hal_ir.te
Devin Moore 978b9e5d1c Add policy for new AIDL IR hal
IR interface is converted to AIDL and this contains the necessary
permissions for the default service to serve the interface.

Test: atest VtsHalIrTargetTest hal_implementation_test
Test: check for permission issues after tests
Bug: 205000342
Change-Id: I8d9d81d957bf6ef3c6d815ce089549f8f5337555
2021-12-16 20:24:27 +00:00

8 lines
277 B
Text

# HwBinder IPC from client to server, and callbacks
binder_call(hal_ir_client, hal_ir_server)
binder_call(hal_ir_server, hal_ir_client)
hal_attribute_service(hal_ir, hal_ir_service)
binder_call(hal_ir_server, servicemanager)
hal_attribute_hwservice(hal_ir, hal_ir_hwservice)