violet: steppe: add manifest entry for dsp HAL service

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

Change-Id: I8b6ebbe87ad5d64e700c239c6e15fede86184e93
Acked-by: Thyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
This commit is contained in:
Himateja Reddy
2020-06-24 23:56:12 -07:00
committed by Shubham Das
parent cad9dc06df
commit bdb6999626

View File

@@ -478,6 +478,16 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>vppService</instance>
</interface>
</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>
</hal>
<!-- Alarm HAL service -->
<hal format="hidl">
<name>vendor.qti.hardware.alarm</name>