From 68417f77b718dd5328249683ddae79f268de7851 Mon Sep 17 00:00:00 2001
From: Amandeep Virk <avirk@codeaurora.org>
Date: Tue, 10 Sep 2019 08:12:32 +0200
Subject: [PATCH] onclite: qcom: devices: Add iuicc0 and iuicc1 devices

Add iuicc0 and iuicc1 devices that can be opened
by spdaemon to create iuicc0 and iuicc1 channels
respectively and interact with iuicc0 and iuicc1
applications respectively on the Secure Processor.

Change-Id: I2554616073553065416756e23c3e27f2f9c90021
Signed-off-by: Dhina17 <dhinalogu@gmail.com>
---
 rootdir/ueventd.qcom.rc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rootdir/ueventd.qcom.rc b/rootdir/ueventd.qcom.rc
index b5f6f24..fb227f7 100644
--- a/rootdir/ueventd.qcom.rc
+++ b/rootdir/ueventd.qcom.rc
@@ -141,6 +141,8 @@ firmware_directories /vendor/firmware_mnt/image/
 /dev/cryptoapp            0660   system     system
 /dev/spdaemon_ssr         0660   system     system
 /dev/iuicc                0660   system     system
+/dev/iuicc0               0660   system     system
+/dev/iuicc1               0660   system     system
 /dev/gemini0              0660   system     camera
 /dev/jpeg0                0660   system     camera
 /dev/jpeg1                0660   system     camera
-- 
GitLab