blob: 4e2bb1e31b2a05506137792a52e5b075d427f803 [file] [log] [blame]
markchiendcc69622020-01-12 17:13:58 +08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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 xmlns:android="http://schemas.android.com/apk/res/android">
17 <overlayable name="TetheringConfig">
18 <policy type="product|system|vendor">
Automerger Merge Worker2d7bacc2020-03-09 08:54:00 +000019 <!-- Params from config.xml that can be overlaid -->
markchiendcc69622020-01-12 17:13:58 +080020 <item type="array" name="config_tether_usb_regexs"/>
Milim Lee31ef4c02019-10-17 05:02:33 +090021 <item type="array" name="config_tether_ncm_regexs" />
markchiendcc69622020-01-12 17:13:58 +080022 <item type="array" name="config_tether_wifi_regexs"/>
23 <item type="array" name="config_tether_wifi_p2p_regexs"/>
24 <item type="array" name="config_tether_bluetooth_regexs"/>
25 <item type="array" name="config_tether_dhcp_range"/>
Nucca Chen95e0bac2020-05-12 11:34:28 +000026 <!-- Use the BPF offload for tethering when the kernel has support. True by default.
27 If the device doesn't want to support tether BPF offload, this should be false.
Maciej Żenczykowski61d59a72020-05-12 19:04:39 +000028 Note that this setting could be overridden by device config.
Nucca Chen95e0bac2020-05-12 11:34:28 +000029 -->
30 <item type="bool" name="config_tether_enable_bpf_offload"/>
markchien2dfee022020-01-13 16:09:42 +080031 <item type="bool" name="config_tether_enable_legacy_dhcp_server"/>
junyulaiaea13ae2020-04-30 15:21:55 +080032 <item type="integer" name="config_tether_offload_poll_interval"/>
markchiendcc69622020-01-12 17:13:58 +080033 <item type="array" name="config_tether_upstream_types"/>
34 <item type="bool" name="config_tether_upstream_automatic"/>
35 <!-- Configuration values for tethering entitlement check -->
36 <item type="array" name="config_mobile_hotspot_provision_app"/>
37 <item type="string" name="config_mobile_hotspot_provision_app_no_ui"/>
38 <item type="string" name="config_mobile_hotspot_provision_response"/>
39 <item type="integer" name="config_mobile_hotspot_provision_check_period"/>
40 <item type="string" name="config_wifi_tether_enable"/>
Automerger Merge Worker2d7bacc2020-03-09 08:54:00 +000041 <!-- Params from config.xml that can be overlaid -->
markchiendcc69622020-01-12 17:13:58 +080042 </policy>
43 </overlayable>
44</resources>