s/hw// in hal_attribute_service documentation.
Some details here are copied from hal_attribute_hwservice but no longer make sense here. Bug: N/A Test: N/A Change-Id: Ia4a4d6731b5e5270922d32b7854d36bd726d202b
This commit is contained in:
parent
cc01eb9d89
commit
4e306bf4cf
1 changed files with 2 additions and 2 deletions
|
@ -687,11 +687,11 @@ define(`hal_attribute_hwservice', `
|
|||
|
||||
###########################################
|
||||
# hal_attribute_service(attribute, service)
|
||||
# Ability for domain to get a service to hwservice_manager
|
||||
# Ability for domain to get a service to service_manager
|
||||
# and find it. It also creates a neverallow preventing
|
||||
# others from adding it.
|
||||
#
|
||||
# Used to pair hal_foo_client with hal_foo_hwservice
|
||||
# Used to pair hal_foo_client with hal_foo_service
|
||||
define(`hal_attribute_service', `
|
||||
allow $1_client $2:service_manager find;
|
||||
add_service($1_server, $2)
|
||||
|
|
Loading…
Reference in a new issue