Steven Moreland | 8bda3df | 2018-01-19 13:00:42 -0800 | [diff] [blame] | 1 | type blank_screen, domain, coredomain; |
Nick Kralevich | 5e37271 | 2018-09-27 10:21:37 -0700 | [diff] [blame] | 2 | type blank_screen_exec, exec_type, file_type, system_file_type; |
Steven Moreland | 8bda3df | 2018-01-19 13:00:42 -0800 | [diff] [blame] | 3 | |
| 4 | init_daemon_domain(blank_screen) |
| 5 | |
Robin Lee | e58b2d4 | 2020-04-02 18:38:15 +0200 | [diff] [blame] | 6 | # hal_light_client has access to hal_light_server |
Steven Moreland | 8bda3df | 2018-01-19 13:00:42 -0800 | [diff] [blame] | 7 | hal_client_domain(blank_screen, hal_light) |