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

This commit is contained in:
Linux Build Service Account 2017-07-28 06:10:30 -07:00 committed by Gerrit - the friendly Code Review server
commit 777c42a0d9

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>