9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
|
##
|
||
|
# Trustonic TeeService
|
||
|
#
|
||
|
|
||
|
binder_call(hal_tee_client, hal_tee_server)
|
||
|
binder_call(hal_tee_server, hal_tee_client)
|
||
|
|
||
|
add_hwservice(hal_tee_server, hal_tee_hwservice)
|
||
|
allow hal_tee_client hal_tee_hwservice:hwservice_manager find;
|