mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
- Add custom domain for GoogleCamera, with QDSP access - Add app cert for Google apps - Add new hexagon_halide_file type, apply it to two critical DSP libraries, and grant GoogleCamera access to them. - Also allow tango_core access to hexagon_halide_file - Remove /vendor/lib/libhalide_hexagon_host from same_process_hal_file, it's not used by anything currently. - Move access to persist.camera.* properties to the generic app domain Test: GoogleCamera able to use Hexagon for HDR+ Bug: 62712071 Bug: 62341955 Change-Id: I2c49c35d9f90d07b148a2f27d0f8128f99b55b6c
20 lines
1.2 KiB
Plaintext
20 lines
1.2 KiB
Plaintext
user=system seinfo=platform name=com.google.SSRestartDetector domain=ssr_detector_app type=system_app_data_file
|
|
user=_app seinfo=platform name=com.android.nexuslogger domain=logger_app type=app_data_file levelFrom=all
|
|
user=_app seinfo=platform name=com.android.ramdump domain=ramdump_app type=app_data_file levelFrom=all
|
|
|
|
#Add new domain for DataServices
|
|
#TODO Remove user "system" when b/38043081 is resolved
|
|
user=system seinfo=platform name=.dataservices domain=dataservice_app type=system_app_data_file
|
|
|
|
# The default domain for tango_core process
|
|
user=_app seinfo=tango name=com.google.tango domain=tango_core type=app_data_file levelFrom=user
|
|
user=_app seinfo=tango name=com.google.tango.* domain=tango_core type=app_data_file levelFrom=user
|
|
|
|
# A fallback in case tango_core is missing something critical that untrusted_app provides
|
|
user=_app seinfo=tango name=com.google.tango:app domain=untrusted_app type=app_data_file levelFrom=user
|
|
|
|
user=_app seinfo=platform name=com.google.android.hardwareinfo domain=hardware_info_app type=app_data_file levelFrom=user
|
|
|
|
# Use a custom domain for GoogleCamera, to allow for Hexagon DSP access
|
|
user=_app seinfo=google name=com.google.android.GoogleCamera domain=google_camera_app type=app_data_file levelFrom=user
|