99ef225725
Bug: 204295952 Test: Build Change-Id: Id5c21d8de931fb6be01c7d1f9f6fe19dc6977de7
13 lines
392 B
Text
13 lines
392 B
Text
###
|
|
### 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;
|