summaryrefslogtreecommitdiffstats
path: root/manifest.xml
diff options
context:
space:
mode:
authorEdwin Wong <edwinwong@google.com>2018-03-21 17:38:20 -0700
committerEdwin Wong <edwinwong@google.com>2018-03-31 00:19:54 +0000
commite3894648febfd3a9fee500747f06b9f704ba1986 (patch)
treed705e0b661ea285646d66c9f0a8409fc9f7942da /manifest.xml
parent0e8c276eb30c2ca9a00ebbbca50210b8083f1f4a (diff)
downloaddevice_google_wahoo-e3894648febfd3a9fee500747f06b9f704ba1986.tar.gz
device_google_wahoo-e3894648febfd3a9fee500747f06b9f704ba1986.tar.bz2
device_google_wahoo-e3894648febfd3a9fee500747f06b9f704ba1986.zip
Rename Widevine HIDL service to v1.1.
Widevine HIDL service added new v1.1 media APIs, the service version is updated to 1.1. Test: Netflix and Play Movies & TV (streaming and offline playback) Test: GTS WidevineH264PlaybackTests test e.g. ANDROID_BUILD_TOP= ./android-gts/toolsefed run gts -m GtsMediaTestCases --test com.google.android.media.gts.WidevineH264PlaybackTests#testL1With480P30 bug: 69674645 Change-Id: I287d48bf7cef5b3bb30e21b3794cc7422701ca6c
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.xml b/manifest.xml
index a64c9a56..cb4066fe 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -87,15 +87,15 @@
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>
- <instance>widevine</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
- <instance>widevine</instance>
</interface>
<fqname>@1.1::ICryptoFactory/clearkey</fqname>
<fqname>@1.1::IDrmFactory/clearkey</fqname>
+ <fqname>@1.1::ICryptoFactory/widevine</fqname>
+ <fqname>@1.1::IDrmFactory/widevine</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.dumpstate</name>