sanders: Build hidl DRM service and add to the manifest

This commit is contained in:
jhenrique09
2017-11-04 13:48:44 -02:00
committed by therootlord
parent 185eebf4b4
commit 6906ef95aa
2 changed files with 17 additions and 1 deletions

View File

@@ -26,5 +26,20 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>widevine</instance>
<instance>default</instance>
</interface>
</hal>
</manifest>