02bf814aa2
The credstore service is a system service which backs the android.security.identity.* Framework APIs. It essentially calls into the Identity Credential HAL while providing persistent storage for credentials. Bug: 111446262 Test: atest android.security.identity.cts Test: VtsHalIdentityTargetTest Test: android.hardware.identity-support-lib-test Change-Id: I5cd9a6ae810e764326355c0842e88c490f214c60
6 lines
141 B
Text
6 lines
141 B
Text
typeattribute credstore coredomain;
|
|
|
|
init_daemon_domain(credstore)
|
|
|
|
# talk to Identity Credential
|
|
hal_client_domain(credstore, hal_identity)
|