Refactoring hdmi service as hidl service,so that other process can call hdmi services API. Add Selinux permission for hdmi hidl service. MTK-Commit-Id: 0ecef9e52ce92b52413fbecd2b5be492806b8f53 Change-Id: I7f1c5f48d4ae9777acc80436a4af801f32969fac CR-Id: ALPS04707246 Feature: [Module]Settings
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
# HwBinder IPC from clients into server, and callbacks
|
|
binder_call(hal_hdmi_client, hal_hdmi_server)
|
|
binder_call(hal_hdmi_server, hal_hdmi_client)
|
|
|
|
# give permission for hal client
|
|
allow hal_hdmi_client mtk_hal_hdmi_hwservice :hwservice_manager find;
|