Skip to content

Commit

Permalink
Revert "vintf: update list of binderized hals"
Browse files Browse the repository at this point in the history
This reverts commit fa94943.

Change-Id: If6f4092eecd7c87c649de7baee9c60f518466aae
  • Loading branch information
Martijn Coenen committed Jan 26, 2017
1 parent fa94943 commit 6118bcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
17 changes: 11 additions & 6 deletions device-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -109,16 +109,15 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.vulkan.level-0.xml:system/etc/permissions/android.hardware.vulkan.level.xml \
frameworks/native/data/etc/android.hardware.vulkan.version-1_0_3.xml:system/etc/permissions/android.hardware.vulkan.version.xml

# TODO(b/34258263): will marlin/sailfish be binderized devices?
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-service \
android.hardware.light@2.0-service \
android.hardware.nfc@1.0-service

# Light HAL
PRODUCT_PACKAGES += \
android.hardware.light@2.0-impl

ifeq ($(ENABLE_TREBLE), true)
PRODUCT_PACKAGES += \
android.hardware.light@2.0-service
endif

# Keymaster HAL
PRODUCT_PACKAGES += \
android.hardware.keymaster@3.0-impl
Expand All @@ -144,6 +143,11 @@ PRODUCT_PACKAGES += \
android.hardware.broadcastradio@1.0-impl \
android.hardware.soundtrigger@2.0-impl

ifeq ($(ENABLE_TREBLE), true)
PRODUCT_PACKAGES += \
android.hardware.audio@2.0-service
endif

PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \

Expand Down Expand Up @@ -451,6 +455,7 @@ PRODUCT_PACKAGES += \

ifeq ($(ENABLE_TREBLE), true)
PRODUCT_PACKAGES += \
android.hardware.nfc@1.0-service \
android.hardware.gatekeeper@1.0-service \
android.hardware.gnss@1.0-service \
android.hardware.vibrator@1.0-service
Expand Down
10 changes: 5 additions & 5 deletions vintf.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<manifest version="1.0">
<hal format="hidl">
<name>android.hardware.audio</name>
<transport>hwbinder</transport>
<transport>passthrough</transport>
<impl level="generic"></impl>
<version>2.0</version>
</hal>
<hal format="hidl">
<name>android.hardware.audio.effect</name>
<transport>hwbinder</transport>
<transport>passthrough</transport>
<impl level="generic"></impl>
<version>2.0</version>
</hal>
Expand Down Expand Up @@ -73,13 +73,13 @@
</hal>
<hal format="hidl">
<name>android.hardware.light</name>
<transport>hwbinder</transport>
<transport>passthrough</transport>
<impl level="generic"></impl>
<version>2.0</version>
</hal>
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>
<transport>passthrough</transport>
<impl level="generic"></impl>
<version>1.0</version>
</hal>
Expand All @@ -91,7 +91,7 @@
</hal>
<hal format="hidl">
<name>android.hardware.soundtrigger</name>
<transport>hwbinder</transport>
<transport>passthrough</transport>
<impl level="generic"></impl>
<version>2.0</version>
</hal>
Expand Down

0 comments on commit 6118bcb

Please sign in to comment.