Home | History | Annotate | Download | only in common
      1 # Allow power.stats hal to read from the following
      2 r_dir_file(hal_power_stats, sysfs_rpm)
      3 r_dir_file(hal_power_stats, sysfs_system_sleep_stats)
      4 r_dir_file(hal_power_stats, debugfs_wlan)
      5 get_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
      8 vndbinder_use(hal_power_stats)
      9 add_service(hal_power_stats_server, power_stats_service)
     10 
     11 binder_call(hal_power_stats, citadeld)
     12