Yifan Hong | 023da61 | 2018-04-04 11:33:40 -0700 | [diff] [blame] | 1 | <!-- |
| 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> |