f9a00364c8
Bug: 225745567 Test: Build Change-Id: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7 Merged-In: I49fb91c7a60fb1e871bdf3553d978bb16c476fd7
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;
|