1typeattribute keystore coredomain; 2 3init_daemon_domain(keystore) 4 5# talk to keymaster 6hal_client_domain(keystore, hal_keymaster) 7 8# talk to confirmationui 9hal_client_domain(keystore, hal_confirmationui) 10 11# This is used for the ConfirmationUI async callback. 12allow keystore platform_app:binder call; 13 14# Offer the Wifi Keystore HwBinder service 15typeattribute keystore wifi_keystore_service_server; 16add_hwservice(keystore, system_wifi_keystore_hwservice) 17 18# Allow to check whether security logging is enabled. 19get_prop(keystore, device_logging_prop) 20