diff options
author | dd3boh <dade.garberi@gmail.com> | 2017-09-25 14:03:50 +0200 |
---|---|---|
committer | dd3boh <dade.garberi@gmail.com> | 2017-10-31 12:34:43 +0100 |
commit | e550f1c8ce684372aacc8f872dc4072ec98cecfa (patch) | |
tree | 8fe96755f9e8e5a788b4b1c482fb382e8b9710a2 /camera/provider/android.hardware.camera.provider@2.4-service.rc | |
parent | 579ac7db0d582756e63697664ec8faccf55fb11d (diff) |
camera: Fork camera provider 2.4 and camera device 1.0 from hardware/interfaces/camera
camera/device/1.0/default -> camera/zuk
camera/provider/2.4/default -> camera/provider
Signed-off-by: dd3boh <dade.garberi@gmail.com>
Diffstat (limited to 'camera/provider/android.hardware.camera.provider@2.4-service.rc')
-rw-r--r-- | camera/provider/android.hardware.camera.provider@2.4-service.rc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camera/provider/android.hardware.camera.provider@2.4-service.rc b/camera/provider/android.hardware.camera.provider@2.4-service.rc new file mode 100644 index 0000000..2bf309b --- /dev/null +++ b/camera/provider/android.hardware.camera.provider@2.4-service.rc @@ -0,0 +1,7 @@ +service camera-provider-2-4 /vendor/bin/hw/android.hardware.camera.provider@2.4-service + class hal + user cameraserver + group audio camera input drmrpc + ioprio rt 4 + capabilities SYS_NICE + writepid /dev/cpuset/camera-daemon/tasks /dev/stune/top-app/tasks |