14 lines
1.1 KiB
Java
14 lines
1.1 KiB
Java
![]() |
/*
|
||
|
* This file is auto-generated. DO NOT MODIFY.
|
||
|
* Using: out/host/linux-x86/bin/aidl --lang=java --structured --version 3 --hash 4f1c704008e5687ed0d6f1590464aed39fc7f64e -t --stability vintf --min_sdk_version platform_apis -pout/soong/.intermediates/hardware/interfaces/security/keymint/aidl/android.hardware.security.keymint_interface/3/preprocessed.aidl --ninja -d out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V3-java-source/gen/android/system/keystore2/Domain.java.d -o out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V3-java-source/gen -Nsystem/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3 system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/3/android/system/keystore2/Domain.aidl
|
||
|
*/
|
||
|
package android.system.keystore2;
|
||
|
/** @hide */
|
||
|
public @interface Domain {
|
||
|
public static final int APP = 0;
|
||
|
public static final int GRANT = 1;
|
||
|
public static final int SELINUX = 2;
|
||
|
public static final int BLOB = 3;
|
||
|
public static final int KEY_ID = 4;
|
||
|
}
|