Steven Moreland | 1ec710c | 2016-10-10 16:40:33 -0700 | [diff] [blame^] | 1 | # light subsystem |
2 | type hal_light, domain; | ||||
3 | type hal_light_exec, exec_type, file_type; | ||||
4 | |||||
5 | # hwbinder access | ||||
6 | hwbinder_use(hal_light) | ||||
7 | |||||
8 | # call into system_server process (callbacks) | ||||
9 | binder_call(hal_light, system_server) |