mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 05:38:17 +00:00
Bug: 291102124 Merged-In: I899bc4150d6d32b0ede035c96487da50849b6256 Change-Id: I2d7cb958d68b1b20b31921f04c77a5ff91aca8eb
12 lines
453 B
Plaintext
12 lines
453 B
Plaintext
userdebug_or_eng(`
|
|
# Allows camera app to access the GXP device.
|
|
allow debug_camera_app gxp_device:chr_file rw_file_perms;
|
|
|
|
# Allows camera app to search for GXP firmware file.
|
|
allow debug_camera_app vendor_fw_file:dir search;
|
|
')
|
|
userdebug_or_eng(`
|
|
# Allows GCA-Eng to find and access the EdgeTPU.
|
|
allow debug_camera_app edgetpu_app_service:service_manager find;
|
|
allow debug_camera_app edgetpu_device:chr_file { getattr read write ioctl map };
|
|
') |