summaryrefslogtreecommitdiffstats
path: root/manifest.xml
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-03-26 13:04:26 -0700
committerEdwin Wong <edwinwong@google.com>2018-03-26 16:01:29 -0700
commit0e8c276eb30c2ca9a00ebbbca50210b8083f1f4a (patch)
treefaf8afc8d41c1f20cb315e6843b2019759844467 /manifest.xml
parentf4a1fb284e593f3f7ba1ea338107fbb19475a223 (diff)
downloaddevice_google_wahoo-0e8c276eb30c2ca9a00ebbbca50210b8083f1f4a.tar.gz
device_google_wahoo-0e8c276eb30c2ca9a00ebbbca50210b8083f1f4a.tar.bz2
device_google_wahoo-0e8c276eb30c2ca9a00ebbbca50210b8083f1f4a.zip
DRM: specify exact interfaces used.
Leaving 1.0 in the old format and 1.1 in the new format since this is agaisnt FCM 2 which requires 1.0 (this makes sure that OTAs work). Bug: 73556059 Test: vts_treble_vintf_test (DRM served in 'HalsAreServed') Test: ota 3/15/2018 build -> ToT + this Change-Id: I82e6f9fe0b29b15c2e79e92eb9b2abdbab615a71
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifest.xml b/manifest.xml
index 9e54b83a..a64c9a56 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -83,19 +83,19 @@
<hal format="hidl">
<name>android.hardware.drm</name>
<transport>hwbinder</transport>
- <version>1.1</version>
+ <version>1.0</version>
<interface>
<name>ICryptoFactory</name>
<instance>default</instance>
<instance>widevine</instance>
- <instance>clearkey</instance>
</interface>
<interface>
<name>IDrmFactory</name>
<instance>default</instance>
<instance>widevine</instance>
- <instance>clearkey</instance>
</interface>
+ <fqname>@1.1::ICryptoFactory/clearkey</fqname>
+ <fqname>@1.1::IDrmFactory/clearkey</fqname>
</hal>
<hal format="hidl">
<name>android.hardware.dumpstate</name>