This reverts commit 2c99c990d3
.
Reason for revert: <Build break>
Change-Id: I030b4f5c59383478355ac2cee8363f45c8101041
12 lines
496 B
Text
12 lines
496 B
Text
type hal_secure_element_uicc, domain;
|
|
type hal_secure_element_uicc_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
hal_server_domain(hal_secure_element_uicc, hal_secure_element)
|
|
init_daemon_domain(hal_secure_element_uicc)
|
|
|
|
# Allow writing to system_server pipes during crash dump
|
|
crash_dump_fallback(hal_secure_element_uicc)
|
|
|
|
# Allow hal_secure_element_uicc to access rild
|
|
binder_call(hal_secure_element_uicc, rild);
|
|
allow hal_secure_element_uicc hal_exynos_rild_hwservice:hwservice_manager find;
|