Snap for 9489393 from 5b8667622bdd80dd7ed86ba1bde6df6533fb7fb9 to udc-release

Change-Id: I3c3149f20ea28ce8d44bb906d7d83aa3a1dfdd6c
This commit is contained in:
Android Build Coastguard Worker 2023-01-14 04:03:12 +00:00
commit 5f6ec574fd
11 changed files with 14 additions and 6 deletions

View File

@ -1 +1,3 @@
genfscon sysfs /devices/virtual/pmic/mitigation u:object_r:sysfs_bcl:s0
genfscon sysfs /bus/iio/devices/iio:device0/lpf_power u:object_r:sysfs_bcl:s0
genfscon sysfs /bus/iio/devices/iio:device1/lpf_power u:object_r:sysfs_bcl:s0

View File

@ -1 +0,0 @@
type sysfs_wlc, sysfs_type, fs_type;

View File

@ -0,0 +1,3 @@
allow hal_dumpstate_default sysfs_wlc:dir search;
allow hal_dumpstate_default sysfs_wlc:dir r_dir_perms;
allow hal_dumpstate_default sysfs_wlc:file r_file_perms;

View File

@ -0,0 +1,2 @@
r_dir_file(hal_googlebattery, sysfs_wlc)
allow hal_googlebattery sysfs_wlc:file rw_file_perms;

View File

@ -0,0 +1 @@
allow hal_health_default sysfs_wlc:dir search;

View File

@ -0,0 +1 @@
allow hal_sensors_default sysfs_wlc:dir r_dir_perms;

View File

@ -1,6 +1,3 @@
type hal_wireless_charger, domain;
type hal_wireless_charger_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_wireless_charger)
r_dir_file(hal_wireless_charger, sysfs_batteryinfo)

View File

@ -0,0 +1,3 @@
# Wireless charge
allow pixelstats_vendor sysfs_wlc:dir search;
allow pixelstats_vendor sysfs_wlc:file rw_file_perms;

View File

@ -1 +0,0 @@
type hal_wireless_charger_service, hal_service_type, protected_service, service_manager_type;

View File

@ -0,0 +1,2 @@
# wlc
dontaudit shell sysfs_wlc:dir search;

View File

@ -1,4 +1,3 @@
PRODUCT_SOONG_NAMESPACES += vendor/google/interfaces
PRODUCT_PACKAGES += vendor.google.wireless_charger-default
DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += device/google/gs-common/wireless_charger/compatibility_matrix.xml