summaryrefslogtreecommitdiffstats
path: root/non_plat/ioctl_defines
diff options
context:
space:
mode:
authorHaojie Li <haojie.li@mediatek.com>2020-01-18 10:20:59 +0800
committerBoru Zhao <boru.zhao@mediatek.com>2020-01-18 10:20:59 +0800
commit5e81b738ca4ad93fd17d78c2aae5f711684b5341 (patch)
tree95f9d8b10344b92976f42fe2a2baeb19c097fb91 /non_plat/ioctl_defines
parent979f4465f3e8d805fc2b142f92d143f1753e1ff5 (diff)
downloaddevice_mediatek_wembley-sepolicy-5e81b738ca4ad93fd17d78c2aae5f711684b5341.tar.gz
device_mediatek_wembley-sepolicy-5e81b738ca4ad93fd17d78c2aae5f711684b5341.tar.bz2
device_mediatek_wembley-sepolicy-5e81b738ca4ad93fd17d78c2aae5f711684b5341.zip
[ALPS04475916] D2+ Add M4U SELinux Permission
[Detail] add selinux permission for camera MTK-Commit-Id: f21aac620680035891c6cab33de49a2c02f659eb Change-Id: I4a0134dda8c8411be3bb2c3a9c69f1e91803a91e CR-Id: ALPS04475916 Feature: [Android Default] Camera Application Basic Functions
Diffstat (limited to 'non_plat/ioctl_defines')
-rwxr-xr-xnon_plat/ioctl_defines5
1 files changed, 4 insertions, 1 deletions
diff --git a/non_plat/ioctl_defines b/non_plat/ioctl_defines
index f777d82..093ce17 100755
--- a/non_plat/ioctl_defines
+++ b/non_plat/ioctl_defines
@@ -61,5 +61,8 @@ define(`JPG_BRIDGE_ENC_IO_DEINIT', `0x780e')
define(`JPG_BRIDGE_ENC_IO_START', `0x780f')
#####################################
# m4u_priv.h
-define(`MTK_M4U_T_SEC_INIT', `0x6732')
+define(`MTK_M4U_T_ALLOC_MVA', `0x6704')
+define(`MTK_M4U_T_DEALLOC_MVA', `0x6705')
define(`MTK_M4U_T_CONFIG_PORT', `0x670b')
+define(`MTK_M4U_T_DMA_OP', `0x671d')
+define(`MTK_M4U_T_SEC_INIT', `0x6732') \ No newline at end of file