manifest.xml: Add drm HAL to vintf.xml for sdm660_64

Add drm HAL to device manifest.xml for sdm660_64

Change-Id: I5d3759b6527030738527926dac82e6ded0601c60
This commit is contained in:
padarshr 2017-07-23 00:46:44 +05:30 committed by Gerrit - the friendly Code Review server
parent 9b652230e8
commit 799438a08d

View file

@ -583,4 +583,18 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<instance>wifidisplaydshal</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<impl level="generic"></impl>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
</interface>
</hal>
</manifest>