9515559657
ro.tuner.lazyhal: system_vendor_config_prop to decide whether the lazy tuner HAL is enabled. tuner.server.enable: system_internal_prop to decide whether tuner server should be enabled. Bug: 236002754 Test: Check tuner HAL and framework behavior Change-Id: I6a2ebced0e0261f669e7bda466f46556dedca016
13 lines
478 B
Text
13 lines
478 B
Text
type hal_tv_tuner_default, domain;
|
|
hal_server_domain(hal_tv_tuner_default, hal_tv_tuner)
|
|
|
|
type hal_tv_tuner_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_tv_tuner_default)
|
|
|
|
allow hal_tv_tuner_default ion_device:chr_file r_file_perms;
|
|
|
|
# Access to /dev/dma_heap/system
|
|
allow hal_tv_tuner_default dmabuf_system_heap_device:chr_file r_file_perms;
|
|
|
|
# Allow servicemanager to notify hal_tv_tuner_default clients status
|
|
binder_use(hal_tv_tuner_default)
|