blob: b4060f0caf9517a5f3f1c3308474a3e595fcdb8d [file] [log] [blame]
Yifan Hong023da612018-04-04 11:33:40 -07001<!--
2 Include this file to DEVICE_FRAMEWORK_MANIFEST_FILE to disable
3 having an healthd on the device which is not needed if you have
4 an alternative implementation like the following:
5 (1) Device has android.hardware.health@2.0-service.override
6 (2) Device has android.hardware.health@2.0-service.<device>, which
7 contains the following:
8 overrides: ["healthd"]
9-->
10<manifest version="1.0" type="framework">
11 <hal format="hidl" override="true">
12 <name>android.hardware.health</name>
13 <transport>hwbinder</transport>
14 </hal>
15</manifest>