sm6250-common: add manifest entry for dsp HAL service

Add manifest entry for the dsp HAL interface and service for
atoll.

Change-Id: I5de3b83f8cf421530a8a0cf708b2bd04f21d1df2
Acked-by: Thyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
This commit is contained in:
Himateja Reddy 2020-06-25 09:17:54 -07:00 committed by Demon000
parent 35aea47f67
commit da74bae97d

View File

@ -476,6 +476,17 @@
</interface>
<fqname>@1.0::ILinkLatency/default</fqname>
</hal>
<!-- DSP Service -->
<hal format="hidl">
<name>vendor.qti.hardware.dsp</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IDspService</name>
<instance>dspservice</instance>
</interface>
<fqname>@1.0::IDspService/dspservice</fqname>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.factory</name>
<transport>hwbinder</transport>