blob: e9b97a3d629d06fccb3a0b8fd5a260796a21c9ae [file] [log] [blame]
Philip P. Moltmann9dcb86a2016-03-14 14:31:12 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16<resources>
17 <string name="app_label">Print Service Recommendation Service</string>
Philip P. Moltmannbfaa4722016-05-03 13:35:28 -070018
19 <!-- HP / Mopria plugin -->
20 <string-array name="known_print_vendor_info_for_mopria" translatable="false">
21 <item>org.mopria.printplugin</item>
22 <item>WFDS</item>
23 <!-- no specific mDNS values to list -->
24 </string-array>
25
26 <string-array name="known_print_vendor_info_for_hp" translatable="false">
27 <item>com.hp.android.printservice</item>
28 <item>HP</item>
29 <!-- HP has used these values in mDNS records over the years -->
30 <item>HP</item>
31 <item>Hewlett-Packard</item>
32 <item>Hewlett Packard</item>
33 </string-array>
34
Philip P. Moltmann63498af2016-05-27 14:10:54 -070035 <!-- Samsung plugin -->
Philip P. Moltmanna26b7752016-05-23 10:33:57 -070036 <string-array name="known_print_vendor_info_for_samsung" translatable="false">
37 <item>com.sec.app.samsungprintservice</item>
38 <item>Samsung Electronics</item>
39 <item>Samsung</item>
40 </string-array>
41
Philip P. Moltmann63498af2016-05-27 14:10:54 -070042 <!-- Xerox plugin -->
43 <string-array name="known_print_vendor_info_for_xerox" translatable="false">
44 <item>com.xerox.printservice</item>
45 <item>Xerox</item>
46 <item>Xerox</item>
47 </string-array>
48
Philip P. Moltmannbfaa4722016-05-03 13:35:28 -070049 <array name="known_print_plugin_vendors" translatable="false">
50 <item>@array/known_print_vendor_info_for_mopria</item>
51 <item>@array/known_print_vendor_info_for_hp</item>
Philip P. Moltmanna26b7752016-05-23 10:33:57 -070052 <item>@array/known_print_vendor_info_for_samsung</item>
Philip P. Moltmannbfaa4722016-05-03 13:35:28 -070053 </array>
Philip P. Moltmann9dcb86a2016-03-14 14:31:12 -070054</resources>