1type hal_secure_element_uicc, domain; 2type hal_secure_element_uicc_exec, exec_type, vendor_file_type, file_type; 3 4hal_server_domain(hal_secure_element_uicc, hal_secure_element) 5init_daemon_domain(hal_secure_element_uicc) 6 7# Allow hal_secure_element_uicc to access rild 8binder_call(hal_secure_element_uicc, rild); 9allow hal_secure_element_uicc hal_exynos_rild_hwservice:hwservice_manager find; 10 11 12