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 writing to system_server pipes during crash dump
8crash_dump_fallback(hal_secure_element_uicc)
9
10# Allow hal_secure_element_uicc to access rild
11binder_call(hal_secure_element_uicc, rild);
12allow hal_secure_element_uicc hal_exynos_rild_hwservice:hwservice_manager find;
13