from: 71e609c24c97fc8d44843af30527cbeb90d5dcdf Bug: 167996145 Change-Id: Ie00e7e0983a3ca695bbd5140c929d07a80144301
16 lines
No EOL
488 B
Text
16 lines
No EOL
488 B
Text
type hal_wlc, domain;
|
|
type hal_wlc_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hal_wlc)
|
|
hwbinder_use(hal_wlc)
|
|
add_hwservice(hal_wlc, hal_wlc_hwservice)
|
|
get_prop(hal_wlc, hwservicemanager_prop)
|
|
|
|
r_dir_file(hal_wlc, sysfs_batteryinfo)
|
|
allow hal_wlc sysfs_wlc:dir r_dir_perms;
|
|
allow hal_wlc sysfs_wlc:file rw_file_perms;
|
|
|
|
allow hal_wlc self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;
|
|
|
|
binder_call(hal_wlc, platform_app)
|
|
binder_call(hal_wlc, system_app) |