You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
392 B
14 lines
392 B
4 months ago
|
###
|
||
|
### Rules for all domains which are clients of a HAL
|
||
|
###
|
||
|
|
||
|
# Find out whether a HAL in passthrough/in-process mode or
|
||
|
# binderized/out-of-process mode
|
||
|
hwbinder_use(halclientdomain)
|
||
|
|
||
|
# Used to wait for hwservicemanager
|
||
|
get_prop(halclientdomain, hwservicemanager_prop)
|
||
|
|
||
|
# Wait for HAL server to be up (used by getService)
|
||
|
allow halclientdomain hidl_manager_hwservice:hwservice_manager find;
|