You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
324 B
11 lines
324 B
typeattribute keystore coredomain; |
|
typeattribute keystore domain_deprecated; |
|
|
|
init_daemon_domain(keystore) |
|
|
|
# talk to keymaster |
|
hal_client_domain(keystore, hal_keymaster) |
|
|
|
# Offer the Wifi Keystore HwBinder service |
|
typeattribute keystore wifi_keystore_service_server; |
|
add_hwservice(keystore, system_wifi_keystore_hwservice)
|
|
|