1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2024 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<carAudioConfiguration version="4"> 17 <zones> 18 <zone name="primary zone" isPrimary="true" audioZoneId="0" occupantZoneId="1"> 19 <zoneConfigs> 20 <zoneConfig name="primary zone config 1" isDefault="true"> 21 <volumeGroups> 22 <group> 23 <device address="media_bus_device"> 24 <context context="music"/> 25 <context context="announcement"/> 26 </device> 27 <device address="notification_bus_device"> 28 <context context="notification"/> 29 </device> 30 </group> 31 <group> 32 <device address="navigation_bus_device"> 33 <context context="navigation"/> 34 </device> 35 <device address="voice_bus_device"> 36 <context context="voice_command"/> 37 </device> 38 </group> 39 <group> 40 <device address="call_bus_device"> 41 <context context="call"/> 42 </device> 43 <device address="ring_bus_device"> 44 <context context="call_ring"/> 45 </device> 46 </group> 47 <group> 48 <device address="alarm_bus_device"> 49 <context context="alarm"/> 50 </device> 51 <device address="system_bus_device"> 52 <context context="system_sound"/> 53 <context context="emergency"/> 54 <context context="safety"/> 55 <context context="vehicle_status"/> 56 </device> 57 </group> 58 </volumeGroups> 59 <applyFadeConfigs> 60 <fadeConfig name="relaxed fading"> 61 </fadeConfig> 62 </applyFadeConfigs> 63 </zoneConfig> 64 </zoneConfigs> 65 </zone> 66 <zone name="secondary zone" audioZoneId="1"> 67 <zoneConfigs> 68 <zoneConfig name="secondary zone config 1" isDefault="true"> 69 <volumeGroups> 70 <group> 71 <device address="secondary_zone_bus_100"> 72 <context context="music"/> 73 <context context="navigation"/> 74 <context context="voice_command"/> 75 <context context="call_ring"/> 76 <context context="call"/> 77 <context context="alarm"/> 78 <context context="system_sound"/> 79 <context context="notification"/> 80 <context context="emergency"/> 81 <context context="safety"/> 82 <context context="vehicle_status"/> 83 <context context="announcement"/> 84 </device> 85 </group> 86 </volumeGroups> 87 <applyFadeConfigs> 88 <fadeConfig name="relaxed fading" isDefault="true"> 89 </fadeConfig> 90 <fadeConfig name="disabled fading"> 91 <audioAttributes> 92 <usage value="AUDIO_USAGE_MEDIA" /> 93 </audioAttributes> 94 </fadeConfig> 95 </applyFadeConfigs> 96 </zoneConfig> 97 <zoneConfig name="secondary zone config 2"> 98 <volumeGroups> 99 <group> 100 <device address="secondary_zone_bus_200"> 101 <context context="music"/> 102 <context context="navigation"/> 103 <context context="voice_command"/> 104 <context context="call_ring"/> 105 <context context="call"/> 106 <context context="alarm"/> 107 <context context="system_sound"/> 108 <context context="notification"/> 109 <context context="emergency"/> 110 <context context="safety"/> 111 <context context="vehicle_status"/> 112 <context context="announcement"/> 113 </device> 114 </group> 115 </volumeGroups> 116 <applyFadeConfigs> 117 <fadeConfig name="disabled fading" isDefault="true"> 118 </fadeConfig> 119 <fadeConfig name="relaxed fading"> 120 <audioAttributes> 121 <usage value="AUDIO_USAGE_MEDIA" /> 122 <usage value="AUDIO_USAGE_GAME" /> 123 </audioAttributes> 124 </fadeConfig> 125 </applyFadeConfigs> 126 </zoneConfig> 127 </zoneConfigs> 128 </zone> 129 </zones> 130</carAudioConfiguration> 131