1type hal_contexthub_default, domain;
2hal_server_domain(hal_contexthub_default, hal_contexthub)
3
4type hal_contexthub_default_exec, exec_type, vendor_file_type, file_type;
5init_daemon_domain(hal_contexthub_default)
6
7# Allow Context Hub HAL to talk to the stats service for metric collection
8allow hal_contexthub_default fwk_stats_service:service_manager find;
9binder_call(hal_contexthub_default, stats_service_server)
10