1# power.stats HAL needs access to rpm, and wlan sysfs nodes in /d/ 2r_dir_file(hal_power_stats_default, debugfs_rpm) 3r_dir_file(hal_power_stats_default, debugfs_wlan) 4get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off 5 6# power.stats HAL needs access to the easel sysfs node 7r_dir_file(hal_power_stats_default, sysfs_easel) 8 9# Allow power.stats HAL to add the power_stats_service 10vndbinder_use(hal_power_stats) 11add_service(hal_power_stats_server, power_stats_service) 12 13