platform_system_sepolicy/public/hal_tv_hdmi_cec.te
Venkatarama Avadhani 5a86d5f3f3 HDMI: Refactor HDMI packages
Organize the HDMI packages into CEC, EArc and connection under a common
hdmi package.

Bug: 261729059
Test: atest vts_treble_vintf_framework_test
      atest vts_treble_vintf_vendor_test
Change-Id: Ief5bff996028775ea355b392a4028a091fb83b99
2022-12-27 18:15:26 +05:30

7 lines
308 B
Text

# Binder IPC from clients into server, and callbacks
binder_call(hal_tv_hdmi_cec_client, hal_tv_hdmi_cec_server)
binder_call(hal_tv_hdmi_cec_server, hal_tv_hdmi_cec_client)
binder_use(hal_tv_hdmi_cec_client)
binder_use(hal_tv_hdmi_cec_server)
hal_attribute_service(hal_tv_hdmi_cec, hal_tv_hdmi_cec_service)