1### 2### Rules for all domains which are clients of a HAL 3### 4 5# Find out whether a HAL in passthrough/in-process mode or 6# binderized/out-of-process mode 7hwbinder_use(halclientdomain) 8 9# Used to wait for hwservicemanager 10get_prop(halclientdomain, hwservicemanager_prop) 11 12# Wait for HAL server to be up (used by getService) 13allow halclientdomain hidl_manager_hwservice:hwservice_manager find; 14