1# EdgeTPU service requires system public properties
2# since it lives under /system_ext/.
3system_public_prop(vendor_edgetpu_service_prop)
4
5# Tflite DarwiNN delegate properties are written once by vendor_init,
6# and then read by apps, camera hal, and some DarwiNN vendor services.
7system_vendor_config_prop(vendor_tflite_delegate_prop)
8
9# The EdgeTPU CPU scheduler properties are written once by vendor_init,
10# and then read by HAL service.
11system_vendor_config_prop(vendor_edgetpu_cpu_scheduler_prop)
12
13# DarwiNN runtime properties.
14system_vendor_config_prop(vendor_edgetpu_runtime_prop)
15
16# Hetero runtime properties, including tracing levels.
17system_vendor_config_prop(vendor_hetero_runtime_prop)
18