blob: f0ec931301bc545a298c4eb1bc6b06c39b0fe247 [file] [log] [blame]
Adam Shihaf0e90e2022-11-08 13:21:51 +08001# EdgeTPU service requires system public properties
2# since it lives under /system_ext/.
3system_public_prop(vendor_edgetpu_service_prop)
4
Yu-Chi Cheng7232d532023-09-26 20:42:30 +00005# Tflite DarwiNN delegate properties are written once by vendor_init,
6# and then read by apps, camera hal, and some DarwiNN vendor services.
feiyuchen1fa64092023-01-22 09:55:25 +00007system_vendor_config_prop(vendor_tflite_delegate_prop)
Yu-Chi Cheng8e965d32023-03-16 14:10:10 -07008
qinyiyanaaae6812023-05-11 10:54:55 -07009# 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
Yu-Chi Cheng7232d532023-09-26 20:42:30 +000013# DarwiNN runtime properties.
14system_vendor_config_prop(vendor_edgetpu_runtime_prop)
15
Yu-Chi Cheng8e965d32023-03-16 14:10:10 -070016# Hetero runtime properties, including tracing levels.
17system_vendor_config_prop(vendor_hetero_runtime_prop)