Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 1 | props { |
| 2 | owner: Vendor |
| 3 | module: "android.fingerprint.virt.FingerprintHalProperties" |
| 4 | prop { |
| 5 | api_name: "authenticator_id" |
| 6 | type: Long |
| 7 | access: ReadWrite |
| 8 | prop_name: "vendor.fingerprint.virtual.authenticator_id" |
| 9 | } |
| 10 | prop { |
| 11 | api_name: "challenge" |
| 12 | type: Long |
| 13 | access: ReadWrite |
| 14 | prop_name: "vendor.fingerprint.virtual.challenge" |
| 15 | } |
| 16 | prop { |
| 17 | api_name: "enrollment_hit" |
| 18 | type: Integer |
| 19 | access: ReadWrite |
| 20 | prop_name: "vendor.fingerprint.virtual.enrollment_hit" |
| 21 | } |
| 22 | prop { |
| 23 | api_name: "enrollments" |
| 24 | type: IntegerList |
| 25 | access: ReadWrite |
| 26 | prop_name: "persist.vendor.fingerprint.virtual.enrollments" |
| 27 | } |
| 28 | prop { |
| 29 | api_name: "lockout" |
| 30 | access: ReadWrite |
| 31 | prop_name: "vendor.fingerprint.virtual.lockout" |
| 32 | } |
| 33 | prop { |
| 34 | api_name: "next_enrollment" |
| 35 | type: String |
| 36 | access: ReadWrite |
| 37 | prop_name: "vendor.fingerprint.virtual.next_enrollment" |
| 38 | } |
| 39 | prop { |
| 40 | api_name: "operation_authenticate_duration" |
| 41 | type: Integer |
| 42 | access: ReadWrite |
| 43 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_duration" |
| 44 | } |
| 45 | prop { |
| 46 | api_name: "operation_authenticate_fails" |
| 47 | access: ReadWrite |
| 48 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_fails" |
| 49 | } |
| 50 | prop { |
| 51 | api_name: "operation_authenticate_latency" |
| 52 | type: Integer |
| 53 | access: ReadWrite |
| 54 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_latency" |
| 55 | } |
| 56 | prop { |
| 57 | api_name: "operation_detect_interaction_fails" |
| 58 | access: ReadWrite |
| 59 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_fails" |
| 60 | } |
| 61 | prop { |
| 62 | api_name: "operation_detect_interaction_latency" |
| 63 | type: Integer |
| 64 | access: ReadWrite |
| 65 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_latency" |
| 66 | } |
| 67 | prop { |
| 68 | api_name: "operation_enroll_fails" |
| 69 | access: ReadWrite |
| 70 | prop_name: "vendor.fingerprint.virtual.operation_enroll_fails" |
| 71 | } |
| 72 | prop { |
| 73 | api_name: "operation_enroll_latency" |
| 74 | type: Integer |
| 75 | access: ReadWrite |
| 76 | prop_name: "vendor.fingerprint.virtual.operation_enroll_latency" |
| 77 | } |
| 78 | prop { |
| 79 | api_name: "type" |
| 80 | type: String |
| 81 | access: ReadWrite |
| 82 | prop_name: "persist.vendor.fingerprint.virtual.type" |
| 83 | enum_values: "default|rear|udfps|side" |
| 84 | } |
| 85 | } |