Adam Shih | af0e90e | 2022-11-08 13:21:51 +0800 | [diff] [blame] | 1 | # EdgeTPU service requires system public properties |
| 2 | # since it lives under /system_ext/. |
| 3 | system_public_prop(vendor_edgetpu_service_prop) |
| 4 | |
Yu-Chi Cheng | 7232d53 | 2023-09-26 20:42:30 +0000 | [diff] [blame] | 5 | # Tflite DarwiNN delegate properties are written once by vendor_init, |
| 6 | # and then read by apps, camera hal, and some DarwiNN vendor services. |
feiyuchen | 1fa6409 | 2023-01-22 09:55:25 +0000 | [diff] [blame] | 7 | system_vendor_config_prop(vendor_tflite_delegate_prop) |
Yu-Chi Cheng | 8e965d3 | 2023-03-16 14:10:10 -0700 | [diff] [blame] | 8 | |
qinyiyan | aaae681 | 2023-05-11 10:54:55 -0700 | [diff] [blame] | 9 | # The EdgeTPU CPU scheduler properties are written once by vendor_init, |
| 10 | # and then read by HAL service. |
| 11 | system_vendor_config_prop(vendor_edgetpu_cpu_scheduler_prop) |
| 12 | |
Yu-Chi Cheng | 7232d53 | 2023-09-26 20:42:30 +0000 | [diff] [blame] | 13 | # DarwiNN runtime properties. |
| 14 | system_vendor_config_prop(vendor_edgetpu_runtime_prop) |
| 15 | |
Yu-Chi Cheng | 8e965d3 | 2023-03-16 14:10:10 -0700 | [diff] [blame] | 16 | # Hetero runtime properties, including tracing levels. |
| 17 | system_vendor_config_prop(vendor_hetero_runtime_prop) |