16 lines
463 B
Plaintext
16 lines
463 B
Plaintext
typeattribute hwservicemanager coredomain;
|
|
|
|
init_daemon_domain(hwservicemanager)
|
|
|
|
add_hwservice(hwservicemanager, hidl_manager_hwservice)
|
|
add_hwservice(hwservicemanager, hidl_token_hwservice)
|
|
|
|
set_prop(hwservicemanager, ctl_interface_start_prop)
|
|
set_prop(hwservicemanager, hwservicemanager_prop)
|
|
|
|
# hwservicemanager is using bootstrap bionic
|
|
use_bootstrap_libs(hwservicemanager)
|
|
|
|
# hwservicemanager is using apex_info via libvintf
|
|
use_apex_info(hwservicemanager)
|