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

Bug: 67478959
Test: mm, vts, cts
Change-Id: I0cc9dc1b9ba8773536952cd3a6252bc763e49baf
(cherry picked from commit 47f3f80d14b98f6597871be39ca7fa286baddcd6)
This commit is contained in:
Michael Butler
2017-10-25 18:24:52 -07:00
committed by Yang Ni
parent 4c69ba7dda
commit 3ece4d183a
2 changed files with 13 additions and 0 deletions

View File

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

View File

@@ -207,6 +207,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>