# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved. #If set flag is false, the ADM version will be built; if set flag is true, the MPI version will be built. enable_audio_device_mpi = false #If set flag is false, the pathselect will be built; if set flag is true, the notSupport pathselect version will be built. enable_audio_hal_notsupport_pathselect = false # testcase build switch #If flag is true, the ADM_SO version testcase will be built; if set flag is true, the other version will be built. enable_audio_adm_so = false #If flag is true, the MPI_SO version testcase will be built; if set flag is true, the other version will be built. enable_audio_mpi_so = false #If flag is true, the ADM_SERVICE version testcase will be built; if set flag is true, the other version will be built. enable_audio_adm_service = true #If flag is true, the MPI_SERVICE version testcase will be built; if set flag is true, the other version will be built. enable_audio_mpi_service = false #If all above flag is setted to false, it will build failure.so forbid setting all above flag to false.