Home | History | Annotate | Download | only in private
      1 ###
      2 ### Rules for all domains which offer a HAL service over HwBinder
      3 ###
      4 
      5 # Register the HAL service with hwservicemanager
      6 hwbinder_use(halserverdomain)
      7 
      8 # Find HAL implementations
      9 allow halserverdomain system_file:dir r_dir_perms;
     10 
     11 # Used to wait for hwservicemanager
     12 get_prop(halserverdomain, hwservicemanager_prop)
     13