1# Specify keystore2_key namespaces in this file. 2# Please keep the names in alphabetical order and comment each new entry. 3 4# A keystore2_key namespace for the shell domain. Mainly used for native tests. 5type shell_key, keystore2_key_type; 6 7# A keystore2 namespace for the su domain. Mainly used for native tests. 8type su_key, keystore2_key_type; 9 10# A keystore2 namespace for vold. Vold need special permission to handle 11# its own Keymint blobs. 12type vold_key, keystore2_key_type; 13 14# A keystore2 namespace for the on-device signing daemon. 15type odsign_key, keystore2_key_type; 16 17# A keystore2 namespace for LockSettingsService. 18type locksettings_key, keystore2_key_type; 19 20# A keystore2 namespace for resume on reboot. 21type resume_on_reboot_key, keystore2_key_type; 22 23