1# Allow power.stats hal to read from the following 2r_dir_file(hal_power_stats, sysfs_rpm) 3r_dir_file(hal_power_stats, sysfs_system_sleep_stats) 4r_dir_file(hal_power_stats, debugfs_wlan) 5get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off 6 7# Allow power.stats hal to add the power_stats_service 8vndbinder_use(hal_power_stats) 9add_service(hal_power_stats_server, power_stats_service) 10 11binder_call(hal_power_stats, citadeld) 12