summaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
authorpadarshr <padarshr@codeaurora.org>2017-07-23 00:46:44 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-07-28 03:05:32 -0700
commit799438a08dea7f59febbde9767c2fdb8a249f507 (patch)
tree52551dc2f041d294c2968469edb92922a78378b8 /manifest.xml
parent9b652230e89e0d08f420bc51f01425c840102a9c (diff)
manifest.xml: Add drm HAL to vintf.xml for sdm660_64
Add drm HAL to device manifest.xml for sdm660_64 Change-Id: I5d3759b6527030738527926dac82e6ded0601c60
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
index 4fe7af8..5030656 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -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>