Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame^] | 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 | ||||
7 | hwbinder_use(halclientdomain) | ||||
8 | |||||
9 | # Used to wait for hwservicemanager | ||||
10 | get_prop(halclientdomain, hwservicemanager_prop) | ||||
11 | |||||
12 | # Wait for HAL server to be up (used by getService) | ||||
13 | allow halclientdomain hidl_manager_hwservice:hwservice_manager find; |