Home | History | Annotate | Download | only in vintfdata
      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 (a] 2.0-service.override
      6     (2) Device has android.hardware.health (a] 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>
     16