From ef5d1ca0758c5b91b9e27a8605921ee7d89dedd1 Mon Sep 17 00:00:00 2001 From: Martin Liu Date: Wed, 29 Mar 2023 00:00:31 +0800 Subject: [PATCH] Add uevent rule for gcma_camera dmaheap nodes Add uevent rule for newly adding dmaheap node to set correct owners and permissions. Bug: 275481134 Test: Launch camera and taking shots Change-Id: I030e82381ff718523184d8a5601bd2d9a5a0278c Signed-off-by: Martin Liu --- conf/ueventd.zumapro.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/ueventd.zumapro.rc b/conf/ueventd.zumapro.rc index 80ee743..2242efe 100644 --- a/conf/ueventd.zumapro.rc +++ b/conf/ueventd.zumapro.rc @@ -214,6 +214,8 @@ /dev/dma_heap/sensor_direct_heap 0444 system graphics /dev/dma_heap/aaudio_playback_heap 0444 system audio /dev/dma_heap/aaudio_capture_heap 0444 system audio +/dev/dma_heap/gcma_camera 0444 system system +/dev/dma_heap/gcma_camera-uncached 0444 system system # Direct Charging /dev/logbuffer_pca9468_tcpm 0600 system system