mdp_copybit hidl-device/sepolicy MTK-Commit-Id: 78b6aa3c250b7acab7c541bb34c6f87afdedb82e Change-Id: Iebb0221c77ccbf8973dc7133ba350c078e907950 CR-Id: ALPS03988168 Feature: [Module]MDP Driver
7 lines
245 B
Plaintext
Executable File
7 lines
245 B
Plaintext
Executable File
# HwBinder IPC from clients into server, and callbacks
|
|
binder_call(hal_mms_client, hal_mms_server)
|
|
binder_call(hal_mms_server, hal_mms_client)
|
|
|
|
# give permission for hal client
|
|
allow hal_mms_client mtk_hal_mms_hwservice :hwservice_manager find;
|