1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2024 The Android Open Source Project 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 http://www.apache.org/licenses/LICENSE-2.0 7 Unless required by applicable law or agreed to in writing, software 8 distributed under the License is distributed on an "AS IS" BASIS, 9 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 10 See the License for the specific language governing permissions and 11 limitations under the License. 12--> 13<carAudioConfiguration version="4"> 14 <zones> 15 <zone name="primary zone" isPrimary="true"> 16 <zoneConfigs> 17 <zoneConfig name="primary zone config" isDefault="true"> 18 <volumeGroups> 19 <group name="entertainment" > 20 <device address="BUS00_MEDIA"> 21 <context context="MUSIC"/> 22 </device> 23 </group> 24 <group name="navvoicecommand" > 25 <device address="BUS02_NAV_GUIDANCE"> 26 <context context="NAVIGATION"/> 27 <context context="VOICE_COMMAND"/> 28 </device> 29 </group> 30 <group name="telringvol" > 31 <device address="BUS03_PHONE"> 32 <context context="CALL"/> 33 <context context="CALL_RING"/> 34 </device> 35 </group> 36 <group name="alarm" > 37 <device address="BUS01_NOTIFICATION"> 38 <context context="ALARM"/> 39 <context context="NOTIFICATION"/> 40 </device> 41 </group> 42 <group name="system" > 43 <device address="BUS05_SYSTEM"> 44 <context context="SYSTEM_SOUND"/> 45 <context context="EMERGENCY"/> 46 <context context="SAFETY"/> 47 <context context="VEHICLE_STATUS"/> 48 <context context="ANNOUNCEMENT"/> 49 </device> 50 </group> 51 </volumeGroups> 52 </zoneConfig> 53 </zoneConfigs> 54 </zone> 55 </zones> 56</carAudioConfiguration> 57