Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit e0e358bc authored by Bruno Martins's avatar Bruno Martins
Browse files

Use hal_attribute_hwservice and hal_attribute_service when possible

As per macro definitions:

define(`hal_attribute_hwservice', `
  allow $1_client $2:hwservice_manager find;
  add_hwservice($1_server, $2)
  ...
')

define(`hal_attribute_service', `
  allow $1_client $2:service_manager find;
  add_service($1_server, $2)
  ...
')

Change-Id: Ib0d4926ee1415a9ae5963006c52f9c73580b1cf3
parent f131c06a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment