1<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 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 17<audioPolicyConfiguration version="1.0" xmlns:xi="http://www.w3.org/2001/XInclude"> 18 <!-- version section contains a “version” tag in the form “major.minor” e.g version=”1.0” --> 19 20 <!-- Global configuration Decalaration --> 21 <globalConfiguration speaker_drc_enabled="false" engine_library="configurable"/> 22 23 <modules> 24 <!-- Primary Audio HAL --> 25 <xi:include href="primary_audio_policy_configuration.xml"/> 26 27 <!-- Remote Submix Audio HAL --> 28 <xi:include href="r_submix_audio_policy_configuration.xml"/> 29 30 </modules> 31 <!-- End of Modules section --> 32 33 <!-- Volume section: 34 IMPORTANT NOTE: Volume tables have been moved to engine configuration. 35 Keep it here for legacy. 36 Engine will fallback on these files if none are provided by engine. 37 --> 38 39 <xi:include href="audio_policy_volumes.xml"/> 40 <xi:include href="default_volume_tables.xml"/> 41 42 <!-- End of Volume section --> 43 44 <!-- Surround Sound configuration --> 45 46 <xi:include href="surround_sound_configuration_5_0.xml"/> 47 48 <!-- End of Surround Sound configuration --> 49 50</audioPolicyConfiguration> 51