1userdebug_or_eng(` 2 # Allows camera app to access the GXP device and properties. 3 allow debug_camera_app gxp_device:chr_file rw_file_perms; 4 get_prop(debug_camera_app, vendor_gxp_prop) 5 6 # Allows camera app to search for GXP firmware file. 7 allow debug_camera_app vendor_fw_file:dir search; 8 9 # Allows GCA-Eng to find and access the EdgeTPU. 10 allow debug_camera_app edgetpu_app_service:service_manager find; 11 allow debug_camera_app edgetpu_device:chr_file { getattr read write ioctl map }; 12') 13