Merge "Enable hvx NN service for oc-mr1-nn-dev"

This commit is contained in:
Yang Ni
2018-02-12 19:30:28 +00:00
committed by Gerrit Code Review
2 changed files with 13 additions and 0 deletions

View File

@@ -315,6 +315,10 @@ PRODUCT_PACKAGES += \
android.hardware.drm@1.0-service.widevine \
android.hardware.drm@1.1-service.clearkey
# NeuralNetworks HAL
PRODUCT_PACKAGES += \
android.hardware.neuralnetworks@1.0-service-hvx
# NFC packages
PRODUCT_PACKAGES += \
nfc_nci.msm8998 \

View File

@@ -191,6 +191,15 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.neuralnetworks</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IDevice</name>
<instance>hvx</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.nfc</name>
<transport>hwbinder</transport>