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-07-17 11:58:07 -0700
commit3c983b335a4cc82d1185b3c897ce222df7d3cd01 (patch)
treed6c0a84aba0148cc5bf7c20d456653c1fbac02c6 /vintfdata
parent65a382fc499e1a5a0d8d3c49b93792422b6ba806 (diff)
downloadlibhidl-3c983b335a4cc82d1185b3c897ce222df7d3cd01.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 Merged-In: Ibc3af4a4eec1e94c15c2ee21c577c4090a3a7a1c (cherry picked from commit 824e293951669d009e3ec481001eb062cbab9b8f)
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 4cc4f5d..582b5eb 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>