Merge "Qualifies the mention of lazily starting services from 'interface'." am: 411fb88506
am: 0a3f74c721
am: 86e506b852
Change-Id: If0d68a92f5c2e29582c7f10a8605c7914510022d
This commit is contained in:
commit
9780771542
|
@ -196,9 +196,9 @@ runs the service.
|
|||
|
||||
`interface <interface name> <instance name>`
|
||||
> Associates this service with a list of the HIDL services that it provides. The interface name
|
||||
must be a fully-qualified name and not a value name. This is used to allow hwservicemanager to
|
||||
lazily start services. When multiple interfaces are served, this tag should be used multiple
|
||||
times.
|
||||
must be a fully-qualified name and not a value name. For instance, this is used to allow
|
||||
hwservicemanager to lazily start services. When multiple interfaces are served, this tag should
|
||||
be used multiple times.
|
||||
For example: interface vendor.foo.bar@1.0::IBaz default
|
||||
|
||||
`ioprio <class> <priority>`
|
||||
|
|
Loading…
Reference in New Issue