blob: 5f2afb3cd2d7aa0b8eca28d754cac2ffc571fc0f [file] [log] [blame]
Inseob Kimff43be22021-06-07 16:56:56 +09001###
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
Inseob Kimff43be22021-06-07 16:56:56 +09009# Wait for HAL server to be up (used by getService)
10allow halclientdomain hidl_manager_hwservice:hwservice_manager find;