diff options
author | Naveen Kumar <kumarn@codeaurora.org> | 2017-10-09 09:35:59 +0530 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-10-08 21:09:37 -0700 |
commit | 7bd7e0b77bb07c7c43125672dcc24f75d50e29cd (patch) | |
tree | 0ec4295da71dc7e0c1e1bb2516611df864f8955f /manifest.xml | |
parent | 01a961b952313d14f411a8a0222844860ec996e9 (diff) |
manifest.xml: Add widevine as default DRM interface
Add widevine as default DRM interface for sdm660.
Change-Id: Ia4abd37a6e660714332d945bc8e53a27035abd50
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml index 52dfa6d..2b7cd62 100644 --- a/manifest.xml +++ b/manifest.xml @@ -618,10 +618,12 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <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> |