platform_system_sepolicy/public/hal_tv_hdmi.te
Venkatarama Avadhani 38ff3b4115 Add policies for new services HDMI and HDMICEC
Test: atest vts_treble_vintf_framework_test
      atest vts_treble_vintf_vendor_test
Change-Id: Ic2c0525368218e207be236d073a3fe736151c43f
2022-10-10 15:40:42 +05:30

7 lines
310 B
Text

# Binder IPC from clients into server, and callbacks
binder_call(hal_tv_hdmi_client, hal_tv_hdmi_server)
binder_call(hal_tv_hdmi_server, hal_tv_hdmi_client)
binder_call(hal_tv_hdmi_client, servicemanager)
binder_call(hal_tv_hdmi_server, servicemanager)
hal_attribute_service(hal_tv_hdmi, hal_tv_hdmi_service)