1type hal_tui_comm, domain; 2type hal_tui_comm_exec, file_type, vendor_file_type, exec_type; 3 4init_daemon_domain(hal_tui_comm); 5 6get_prop(hal_tui_comm, hwservicemanager_prop) 7 8add_hwservice(hal_tui_comm, hal_tui_comm_hwservice) 9hwbinder_use(hal_tui_comm) 10 11binder_call(hal_tui_comm, secure_ui_service_app) 12 13allow hal_tui_comm hal_graphics_allocator_default:fd use; 14