summaryrefslogtreecommitdiff
path: root/android_webview/test/shell/res/values/config.xml
blob: d87517024f053d1665c6b3da8f8301d98f0adcc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
     Use of this source code is governed by a BSD-style license that can be
     found in the LICENSE file.
-->

<resources>
    <!-- Array of "[keySystemName],[UuidOfMediaDrm]" -->
    <string-array name="config_key_system_uuid_mapping" translatable="false">
        <!-- Use Widevine's UUID to pass the availability-test of MediaDRM plugin -->
        <item>"com.oem.test-keysystem,EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED"</item>
    </string-array>
</resources>