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.
23 lines
765 B
23 lines
765 B
# Specify keystore2_key namespaces in this file.
|
|
# Please keep the names in alphabetical order and comment each new entry.
|
|
|
|
# A keystore2_key namespace for the shell domain. Mainly used for native tests.
|
|
type shell_key, keystore2_key_type;
|
|
|
|
# A keystore2 namespace for the su domain. Mainly used for native tests.
|
|
type su_key, keystore2_key_type;
|
|
|
|
# A keystore2 namespace for vold. Vold need special permission to handle
|
|
# its own Keymint blobs.
|
|
type vold_key, keystore2_key_type;
|
|
|
|
# A keystore2 namespace for the on-device signing daemon.
|
|
type odsign_key, keystore2_key_type;
|
|
|
|
# A keystore2 namespace for LockSettingsService.
|
|
type locksettings_key, keystore2_key_type;
|
|
|
|
# A keystore2 namespace for resume on reboot.
|
|
type resume_on_reboot_key, keystore2_key_type;
|
|
|