universal7885: Inital commit of powerstats impl

Most code copied from Google's raven's powerstats source and adapted to ours
This commit is contained in:
roynatech2544 2022-08-27 07:07:14 +09:00
commit 0ab8aa74bf
8 changed files with 265 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.power.stats</name>
<fqname>IPowerStats/default</fqname>
</hal>
</manifest>