android_frameworks_base/cmds/statsd/android.frameworks.stats@1.0-service.xml
Howard Ro 1260bb4739 Manifest for default implementation of stats hal
Bug: 118509430
Test: builds successfully. logging tests will be conducted once client
implementation is in.

Change-Id: If0085273b43316bce4c266829012a618193d6bd8
2018-10-31 15:08:51 -07:00

12 lines
306 B
XML

<manifest version="1.0" type="framework">
<hal>
<name>android.frameworks.stats</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IStats</name>
<instance>default</instance>
</interface>
</hal>
</manifest>