Skip to content
Snippets Groups Projects
Commit 51c00faf authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "haldomain: add hwbinder_use"

parents cde575d2 a2519226
No related branches found
No related tags found
No related merge requests found
# hwbinder access
hwbinder_use(hal_thermal)
# call into system_server process (callbacks)
binder_call(hal_thermal, system_server)
# hwbinder access
hwbinder_use(hal_vibrator)
# vibrator sysfs rw access
allow hal_vibrator sysfs_vibrator:file rw_file_perms;
# hwbinder access
hwbinder_use(hal_vr)
# call into system_server process
binder_call(hal_vr, system_server)
## hwbinder access
hwbinder_use(hal_wifi)
## call into system_server process (for invoking callbacks)
binder_call(hal_wifi, system_server)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment