blob: cdb36bbc1a1716d7629cb05586b5a00f793dd658 [file] [log] [blame]
Steven Moreland1ec710c2016-10-10 16:40:33 -07001# light subsystem
2type hal_light, domain;
3type hal_light_exec, exec_type, file_type;
4
5# hwbinder access
6hwbinder_use(hal_light)
7
8# call into system_server process (callbacks)
9binder_call(hal_light, system_server)