power.stats: Add AidlStateResidencyDataProvider am: 81b6f12e13

am: 38b289bd51

Change-Id: I1d3e625e206fb4736ee6623e14fcfbb448bb45e9
This commit is contained in:
Benjamin Schwartz
2019-02-13 18:15:21 -08:00
committed by android-build-merger
3 changed files with 10 additions and 1 deletions

View File

@@ -3,4 +3,9 @@ r_dir_file(hal_power_stats_default, debugfs_rpm)
r_dir_file(hal_power_stats_default, debugfs_wlan)
# power.stats HAL needs access to the easel sysfs node
r_dir_file(hal_power_stats_default, sysfs_easel)
r_dir_file(hal_power_stats_default, sysfs_easel)
# Allow power.stats HAL to add the power_stats_service
vndbinder_use(hal_power_stats)
add_service(hal_power_stats_server, power_stats_service)

View File

@@ -1,2 +1,4 @@
type qdisplay_service, vndservice_manager_type;
type per_mgr_service, vndservice_manager_type;
type power_stats_service, vndservice_manager_type;

View File

@@ -1,2 +1,4 @@
display.qservice u:object_r:qdisplay_service:s0
vendor.qcom.PeripheralManager u:object_r:per_mgr_service:s0
power.stats-vendor u:object_r:power_stats_service:s0