1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 ~ Copyright (C) 2021 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<d:devices xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 18 xmlns:d="http://schemas.android.com/sdk/devices/5"> 19 <d:device> 20 <d:name>Automotive (10" landscape)</d:name> 21 <d:id>aosp_car_10_landscape</d:id> 22 <d:manufacturer>Android</d:manufacturer> 23 <d:hardware> 24 <d:screen> 25 <d:screen-size>large</d:screen-size> 26 <d:diagonal-length>10.3</d:diagonal-length> 27 <d:pixel-density>tvdpi</d:pixel-density> 28 <d:screen-ratio>notlong</d:screen-ratio> 29 <d:dimensions> 30 <d:x-dimension>1920</d:x-dimension> 31 <d:y-dimension>1080</d:y-dimension> 32 </d:dimensions> 33 <d:xdpi>213</d:xdpi> 34 <d:ydpi>213</d:ydpi> 35 <d:touch> 36 <d:multitouch>basic</d:multitouch> 37 <d:mechanism>finger</d:mechanism> 38 <d:screen-type>capacitive</d:screen-type> 39 </d:touch> 40 </d:screen> 41 <d:networking> 42 Bluetooth 43 Wifi 44 NFC 45 </d:networking> 46 <d:sensors> 47 LightSensor 48 GPS 49 </d:sensors> 50 <d:mic>true</d:mic> 51 <d:keyboard>nokeys</d:keyboard> 52 <d:nav>nonav</d:nav> 53 <d:ram unit="KiB">3774492</d:ram> 54 <d:buttons>soft</d:buttons> 55 <d:internal-storage unit="KiB">10255672</d:internal-storage> 56 <d:cpu>Generic CPU</d:cpu> 57 <d:gpu>Generic GPU</d:gpu> 58 <d:abi> 59 x86_64 60 </d:abi> 61 <d:dock/> 62 <d:power-type>plugged-in</d:power-type> 63 </d:hardware> 64 <d:software> 65 <d:api-level>-</d:api-level> 66 <d:live-wallpaper-support>false</d:live-wallpaper-support> 67 <d:bluetooth-profiles/> 68 <d:gl-version>2.0</d:gl-version> 69 <d:gl-extensions/> 70 <d:status-bar>true</d:status-bar> 71 </d:software> 72 <d:state name="Landscape" default="true"> 73 <d:description>The device in landscape orientation</d:description> 74 <d:screen-orientation>land</d:screen-orientation> 75 <d:keyboard-state>keyssoft</d:keyboard-state> 76 <d:nav-state>nonav</d:nav-state> 77 </d:state> 78 <d:tag-id>android-automotive</d:tag-id> 79 </d:device> 80</d:devices> 81