13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
|
###
|
||
|
### Rules for all domains which offer a HAL service over HwBinder
|
||
|
###
|
||
|
|
||
|
# Register the HAL service with hwservicemanager
|
||
|
hwbinder_use(halserverdomain)
|
||
|
|
||
|
# Find HAL implementations
|
||
|
allow halserverdomain system_file:dir r_dir_perms;
|
||
|
|
||
|
# Used to wait for hwservicemanager
|
||
|
get_prop(halserverdomain, hwservicemanager_prop)
|