1# evs_mock mock hardware driver service 2type hal_evs_default, domain; 3hal_server_domain(hal_evs_default, hal_evs) 4 5# allow init to launch processes in this context 6type hal_evs_default_exec, exec_type, vendor_file_type, file_type; 7init_daemon_domain(hal_evs_default) 8 9allow hal_evs_default hal_graphics_allocator_server:fd use; 10 11# allow to use surface flinger 12allow hal_evs_default automotive_display_service_server:fd use; 13 14# allow to use automotive display service 15allow hal_evs_default fwk_automotive_display_hwservice:hwservice_manager find; 16