hal_usb_impl: Move hal_usb_impl and hal_usb_gadget_impl to vendor
Move hal_usb_impl and hal_usb_gadget_impl to right space Bug: 310816620 Change-Id: I04d3710dd7f4e52b204f537de73d18a1351a6836 Signed-off-by: Chien Kun Niu <rickyniu@google.com>
This commit is contained in:
parent
fac134469c
commit
84ef937a19
14 changed files with 21 additions and 22 deletions
16
vendor/hal_usb_impl.te
vendored
Normal file
16
vendor/hal_usb_impl.te
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
type hal_usb_impl, domain;
|
||||
|
||||
type hal_usb_impl_exec, vendor_file_type, exec_type, file_type;
|
||||
init_daemon_domain(hal_usb_impl)
|
||||
hal_server_domain(hal_usb_impl, hal_usb)
|
||||
hal_server_domain(hal_usb_impl, hal_usb_gadget)
|
||||
|
||||
allow hal_usb_impl sysfs_batteryinfo:dir r_dir_perms;
|
||||
allow hal_usb_impl sysfs_batteryinfo:file rw_file_perms;
|
||||
|
||||
# Needed for monitoring usb port temperature
|
||||
allow hal_usb_impl self:capability2 wake_alarm;
|
||||
wakelock_use(hal_usb_impl);
|
||||
|
||||
# For interfacing with ThermalHAL
|
||||
hal_client_domain(hal_usb_impl, hal_thermal);
|
Loading…
Add table
Add a link
Reference in a new issue