blob: e397d10478ae2d5be0166912497246acdde756fa [file] [log] [blame]
Haoxiang Li741b9cd2019-11-13 11:25:55 -08001# Display service for Automotive
2type automotive_display, domain, coredomain;
3type automotive_display_exec, system_file_type, exec_type, file_type;
4
5init_daemon_domain(automotive_display)
6
7# Allow to use Binder IPC for SurfaceFlinger.
8binder_use(automotive_display)
9
10# Allow to use HwBinder IPC for HAL implementations.
11hwbinder_use(automotive_display)
12
13# Allow to read the target property.
14get_prop(automotive_display, hwservicemanager_prop)
15
16# Allow to find SurfaceFlinger.
17allow automotive_display surfaceflinger_service:service_manager find;
18
19# Allow client domain to do binder IPC to serverdomain.
20binder_call(automotive_display, surfaceflinger)