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 |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 8 | prop_name: "persist.vendor.fingerprint.virtual.authenticator_id" |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 9 | } |
| 10 | prop { |
| 11 | api_name: "challenge" |
| 12 | type: Long |
| 13 | access: ReadWrite |
| 14 | prop_name: "vendor.fingerprint.virtual.challenge" |
| 15 | } |
| 16 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 17 | api_name: "control_illumination" |
| 18 | access: ReadWrite |
| 19 | prop_name: "persist.vendor.fingerprint.virtual.udfps.control_illumination" |
| 20 | } |
| 21 | prop { |
| 22 | api_name: "detect_interaction" |
| 23 | access: ReadWrite |
| 24 | prop_name: "persist.vendor.fingerprint.virtual.detect_interaction" |
| 25 | } |
| 26 | prop { |
| 27 | api_name: "display_touch" |
| 28 | access: ReadWrite |
| 29 | prop_name: "persist.vendor.fingerprint.virtual.udfps.display_touch" |
| 30 | } |
| 31 | prop { |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 32 | api_name: "enrollment_hit" |
| 33 | type: Integer |
| 34 | access: ReadWrite |
| 35 | prop_name: "vendor.fingerprint.virtual.enrollment_hit" |
| 36 | } |
| 37 | prop { |
| 38 | api_name: "enrollments" |
| 39 | type: IntegerList |
| 40 | access: ReadWrite |
| 41 | prop_name: "persist.vendor.fingerprint.virtual.enrollments" |
| 42 | } |
| 43 | prop { |
| 44 | api_name: "lockout" |
| 45 | access: ReadWrite |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 46 | prop_name: "persist.vendor.fingerprint.virtual.lockout" |
| 47 | } |
| 48 | prop { |
| 49 | api_name: "max_enrollments" |
| 50 | type: Integer |
| 51 | access: ReadWrite |
| 52 | prop_name: "persist.vendor.fingerprint.virtual.max_enrollments" |
| 53 | } |
| 54 | prop { |
| 55 | api_name: "navigation_guesture" |
| 56 | access: ReadWrite |
| 57 | prop_name: "persist.vendor.fingerprint.virtual.navigation_guesture" |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 58 | } |
| 59 | prop { |
| 60 | api_name: "next_enrollment" |
| 61 | type: String |
| 62 | access: ReadWrite |
| 63 | prop_name: "vendor.fingerprint.virtual.next_enrollment" |
| 64 | } |
| 65 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 66 | api_name: "operation_authenticate_acquired" |
| 67 | type: String |
| 68 | access: ReadWrite |
| 69 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_acquired" |
| 70 | } |
| 71 | prop { |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 72 | api_name: "operation_authenticate_duration" |
| 73 | type: Integer |
| 74 | access: ReadWrite |
| 75 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_duration" |
| 76 | } |
| 77 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 78 | api_name: "operation_authenticate_error" |
| 79 | type: Integer |
| 80 | access: ReadWrite |
| 81 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_error" |
| 82 | } |
| 83 | prop { |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 84 | api_name: "operation_authenticate_fails" |
| 85 | access: ReadWrite |
| 86 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_fails" |
| 87 | } |
| 88 | prop { |
| 89 | api_name: "operation_authenticate_latency" |
| 90 | type: Integer |
| 91 | access: ReadWrite |
| 92 | prop_name: "vendor.fingerprint.virtual.operation_authenticate_latency" |
| 93 | } |
| 94 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 95 | api_name: "operation_detect_interaction_acquired" |
| 96 | type: String |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 97 | access: ReadWrite |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 98 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_acquired" |
| 99 | } |
| 100 | prop { |
| 101 | api_name: "operation_detect_interaction_duration" |
| 102 | type: Integer |
| 103 | access: ReadWrite |
| 104 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_duration" |
| 105 | } |
| 106 | prop { |
| 107 | api_name: "operation_detect_interaction_error" |
| 108 | type: Integer |
| 109 | access: ReadWrite |
| 110 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_error" |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 111 | } |
| 112 | prop { |
| 113 | api_name: "operation_detect_interaction_latency" |
| 114 | type: Integer |
| 115 | access: ReadWrite |
| 116 | prop_name: "vendor.fingerprint.virtual.operation_detect_interaction_latency" |
| 117 | } |
| 118 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 119 | api_name: "operation_enroll_error" |
| 120 | type: Integer |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 121 | access: ReadWrite |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 122 | prop_name: "vendor.fingerprint.virtual.operation_enroll_error" |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 123 | } |
| 124 | prop { |
| 125 | api_name: "operation_enroll_latency" |
| 126 | type: Integer |
| 127 | access: ReadWrite |
| 128 | prop_name: "vendor.fingerprint.virtual.operation_enroll_latency" |
| 129 | } |
| 130 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 131 | api_name: "sensor_id" |
| 132 | type: Integer |
| 133 | access: ReadWrite |
| 134 | prop_name: "persist.vendor.fingerprint.virtual.sensor_id" |
| 135 | } |
| 136 | prop { |
Jeff Pu | 63f33c7 | 2022-07-28 16:06:23 -0400 | [diff] [blame] | 137 | api_name: "sensor_location" |
| 138 | type: String |
| 139 | access: ReadWrite |
| 140 | prop_name: "persist.vendor.fingerprint.virtual.sensor_location" |
| 141 | } |
| 142 | prop { |
Jeff Pu | 343ca94 | 2022-09-14 15:56:30 -0400 | [diff] [blame] | 143 | api_name: "sensor_strength" |
| 144 | type: Integer |
| 145 | access: ReadWrite |
| 146 | prop_name: "persist.vendor.fingerprint.virtual.sensor_strength" |
| 147 | } |
| 148 | prop { |
Joe Bolinger | de94aa0 | 2021-12-09 17:00:32 -0800 | [diff] [blame] | 149 | api_name: "type" |
| 150 | type: String |
| 151 | access: ReadWrite |
| 152 | prop_name: "persist.vendor.fingerprint.virtual.type" |
| 153 | enum_values: "default|rear|udfps|side" |
| 154 | } |
| 155 | } |