hal_quickcamera.te 489 B

12345678910111213
  1. type hal_quickcamera_default, domain;
  2. type hal_quickcamera_default_exec, exec_type, file_type, vendor_file_type;
  3. type hal_quickcamera_hwservice, hwservice_manager_type;
  4. hal_attribute(quickcamera)
  5. init_daemon_domain(hal_quickcamera_default)
  6. hal_server_domain(hal_quickcamera_default, hal_quickcamera)
  7. binder_call(hal_quickcamera_client, hal_quickcamera_server)
  8. binder_call(hal_quickcamera_server, hal_quickcamera_client)
  9. add_hwservice(hal_quickcamera_server, hal_quickcamera_hwservice)