Move EmCamera to vendor partition, need modify the selinux MTK-Commit-Id: 92c1e87c5f0901e9eb235b00853975d0cf138f90 Change-Id: I47be92abaf4020e20f756cb36bb55c602a1662f2 CR-Id: ALPS03886705 Feature: Engineering Mode
10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
# Add for app stay in vendor partition and want to IPC with vendor process
|
|
#
|
|
#
|
|
|
|
# This is for mtklogger apk to commnucate with mnld
|
|
user=_app seinfo=platform name=com.mediatek.mtklogger.proxy domain=vendor_app type=app_data_file levelFrom=user
|
|
|
|
# This is for emcamera apk to commnucate with hal1
|
|
user=_app seinfo=platform name=com.mediatek.emcamera domain=vendor_app type=app_data_file levelFrom=user
|