1# Allow camera HAL to read tflite DarwiNN delegate properties
2get_prop(hal_camera_default, vendor_tflite_delegate_prop)
3
4# Allow camera HAL to read DarwiNN runtime properties
5get_prop(hal_camera_default, vendor_edgetpu_runtime_prop)
6
7# Allow camera HAL to read hetero runtime properties
8get_prop(hal_camera_default, vendor_hetero_runtime_prop)
9
10# Allow camera HAL to access tachyon HAL
11allow hal_camera_default edgetpu_tachyon_service:service_manager find;
12
13# Allow camera HAL to communicate with tachyon hal using binder calls
14binder_call(hal_camera_default, edgetpu_tachyon_server);
15
16