Support CAST V2 authentication
bug: 12702350 Squashed commit of these CLs from the widevine cdm repo: Cast V2 cdm support https://widevine-internal-review.googlesource.com/#/c/9190/ Add CASTv2 Support to DrmPlugin https://widevine-internal-review.googlesource.com/#/c/9228/ Test for CastV2 authentication APIs https://widevine-internal-review.googlesource.com/9550 Change-Id: I6d66bc1bbd653db5542c68687b30b441dd20617f
This commit is contained in:
BIN
libwvdrmengine/test/castv2/res/drawable-hdpi/icon.png
Normal file
BIN
libwvdrmengine/test/castv2/res/drawable-hdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.0 KiB |
BIN
libwvdrmengine/test/castv2/res/drawable-ldpi/icon.png
Normal file
BIN
libwvdrmengine/test/castv2/res/drawable-ldpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
BIN
libwvdrmengine/test/castv2/res/drawable-mdpi/icon.png
Normal file
BIN
libwvdrmengine/test/castv2/res/drawable-mdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
6
libwvdrmengine/test/castv2/res/layout/main.xml
Normal file
6
libwvdrmengine/test/castv2/res/layout/main.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:orientation="vertical">
|
||||
</LinearLayout>
|
||||
4
libwvdrmengine/test/castv2/res/values/strings.xml
Normal file
4
libwvdrmengine/test/castv2/res/values/strings.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">CastSignAPI Test</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user