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 r_dir_file(hal_power_stats, debugfs_easel)
      6 get_prop(hal_power_stats_default, exported_wifi_prop) # Needed to detect wifi on/off
      7 
      8 # Allow power.stats hal to add the power_stats_service
      9 vndbinder_use(hal_power_stats)
     10 add_service(hal_power_stats_server, power_stats_service)
     11 
     12 binder_call(hal_power_stats, citadeld)
     13