summaryrefslogtreecommitdiff
path: root/vintfdata
diff options
context:
space:
mode:
authorYifan Hong <elsk@google.com>2018-04-27 15:03:55 -0700
committerYifan Hong <elsk@google.com>2018-04-30 15:20:56 -0700
commit824e293951669d009e3ec481001eb062cbab9b8f (patch)
tree3fc04c59f9fc61a262374a4201d2d9796dfadaa6 /vintfdata
parent6df156e54464bee5f92b0859ac07458bdd0d73e3 (diff)
downloadlibhidl-824e293951669d009e3ec481001eb062cbab9b8f.tar.gz
healthd use vintf_fragments
This encourages device manufacturers to use service.override over service and to remove healthd on device, because it is one less step to do. Test: make VINTF metadata Bug: 66917623 Change-Id: Ibc3af4a4eec1e94c15c2ee21c577c4090a3a7a1c
Diffstat (limited to 'vintfdata')
-rw-r--r--vintfdata/manifest.xml10
-rw-r--r--vintfdata/manifest_healthd_exclude.xml15
2 files changed, 0 insertions, 25 deletions
diff --git a/vintfdata/manifest.xml b/vintfdata/manifest.xml
index 66f5bd0..3fc2067 100644
--- a/vintfdata/manifest.xml
+++ b/vintfdata/manifest.xml
@@ -80,16 +80,6 @@
<instance>vr</instance>
</interface>
</hal>
- <hal>
- <name>android.hardware.health</name>
- <transport>hwbinder</transport>
- <version>2.0</version>
- <interface>
- <name>IHealth</name>
- <!-- The backup instance provided by healthd. -->
- <instance>backup</instance>
- </interface>
- </hal>
<hal format="native">
<name>netutils-wrapper</name>
<!--
diff --git a/vintfdata/manifest_healthd_exclude.xml b/vintfdata/manifest_healthd_exclude.xml
deleted file mode 100644
index b4060f0..0000000
--- a/vintfdata/manifest_healthd_exclude.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!--
- Include this file to DEVICE_FRAMEWORK_MANIFEST_FILE to disable
- having an healthd on the device which is not needed if you have
- an alternative implementation like the following:
- (1) Device has android.hardware.health@2.0-service.override
- (2) Device has android.hardware.health@2.0-service.<device>, which
- contains the following:
- overrides: ["healthd"]
--->
-<manifest version="1.0" type="framework">
- <hal format="hidl" override="true">
- <name>android.hardware.health</name>
- <transport>hwbinder</transport>
- </hal>
-</manifest>