platform_system_sepolicy/prebuilts/api/33.0/public/hal_contexthub.te
Yurii Zubrytskyi 04a85a1ba0 platform/system/sepolicy - SEPolicy Prebuilts for Tiramisu
Ignore-AOSP-First: T finalization
Bug: 225745567
Test: Build
Change-Id: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
Merged-In: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
2022-05-04 09:46:16 -07:00

10 lines
420 B
Text

# HwBinder IPC from client to server, and callbacks
binder_call(hal_contexthub_client, hal_contexthub_server)
binder_call(hal_contexthub_server, hal_contexthub_client)
add_service(hal_contexthub_server, hal_contexthub_service)
binder_call(hal_contexthub_server, servicemanager)
allow hal_contexthub_client hal_contexthub_service:service_manager find;
hal_attribute_hwservice(hal_contexthub, hal_contexthub_hwservice)