Add sensorhub to seapp_contexts MTK-Commit-Id: 7ba9222e70010a5ebc5ba54a50d824587dd58003 Change-Id: I5549731a3aea57ba0a3cfe6133dd6a4f75f1d615 CR-Id: ALPS04360439 Feature: Engineering Mode
13 lines
565 B
Plaintext
13 lines
565 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
|
|
|
|
# This is for sensorhub apk to commnucate with libhwm
|
|
user=_app seinfo=platform name=com.mediatek.sensorhub.ui domain=vendor_app type=app_data_file levelFrom=user
|