1<!-- Copyright (C) 2020 Google Inc.
2
3     Licensed under the Apache License, Version 2.0 (the "License");
4     you may not use this file except in compliance with the License.
5     You may obtain a copy of the License at
6
7         http://www.apache.org/licenses/LICENSE-2.0
8
9     Unless required by applicable law or agreed to in writing, software
10     distributed under the License is distributed on an "AS IS" BASIS,
11     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12     See the License for the specific language governing permissions and
13     limitations under the License.
14-->
15
16<dynamicConfig>
17    <entry key="business_logic_device_features">
18        <value>android.hardware.type.automotive</value>
19        <value>android.hardware.type.television</value>
20        <value>android.hardware.type.watch</value>
21        <value>android.hardware.type.embedded</value>
22        <value>android.hardware.type.pc</value>
23        <value>android.software.leanback</value>
24        <value>com.google.android.feature.PIXEL_EXPERIENCE</value>
25        <value>android.hardware.telephony</value>
26        <value>android.hardware.vr.high_performance</value>
27        <value>cn.google.services</value>
28        <value>com.google.android.feature.RU</value>
29        <value>android.hardware.ram.low</value>
30        <value>com.google.android.feature.EEA_DEVICE</value>
31        <value>com.google.android.paid.chrome</value>
32        <value>com.google.android.paid.search</value>
33    </entry>
34    <entry key="business_logic_device_properties">
35        <value>ro.build.fingerprint</value>
36        <value>ro.build.version.sdk</value>
37        <value>ro.product.brand</value>
38        <value>ro.product.first_api_level</value>
39        <value>ro.product.manufacturer</value>
40        <value>ro.product.model</value>
41        <value>ro.product.name</value>
42    </entry>
43    <entry key="business_logic_device_packages">
44        <value>com.google.android.gms</value>
45        <value>com.android.vending</value>
46    </entry>
47    <entry key="business_logic_extended_device_info">
48        <!-- Name of extended device info file and a key stored in there.
49             The name must be subclass name of DeviceInfo under compatibility/common/deviceinfo
50             and key of the value stored in the subclass. See each class what keys are used.
51        -->
52        <value>MemoryDeviceInfo:total_memory</value>
53    </entry>
54</dynamicConfig>
55
56