aboutsummaryrefslogtreecommitdiff
path: root/edgetpu/sepolicy/property.te
blob: f0ec931301bc545a298c4eb1bc6b06c39b0fe247 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# EdgeTPU service requires system public properties
# since it lives under /system_ext/.
system_public_prop(vendor_edgetpu_service_prop)

# Tflite DarwiNN delegate properties are written once by vendor_init,
# and then read by apps, camera hal, and some DarwiNN vendor services.
system_vendor_config_prop(vendor_tflite_delegate_prop)

# The EdgeTPU CPU scheduler properties are written once by vendor_init,
# and then read by HAL service.
system_vendor_config_prop(vendor_edgetpu_cpu_scheduler_prop)

# DarwiNN runtime properties.
system_vendor_config_prop(vendor_edgetpu_runtime_prop)

# Hetero runtime properties, including tracing levels.
system_vendor_config_prop(vendor_hetero_runtime_prop)