• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) Huawei Technologies Co., Ltd. 2021. All rights reserved.
2
3#If set flag is false, the ADM version will be built; if set flag is true, the MPI version will be built.
4enable_audio_device_mpi = false
5
6#If set flag is false, the pathselect will be built; if set flag is true, the notSupport pathselect version will be built.
7enable_audio_hal_notsupport_pathselect = false
8
9# testcase build switch
10#If flag is true, the ADM_SO version testcase will be built; if set flag is true, the other version will be built.
11enable_audio_adm_so = false
12
13#If flag is true, the MPI_SO version testcase will be built; if set flag is true, the other version will be built.
14enable_audio_mpi_so = false
15
16#If flag is true, the ADM_SERVICE version testcase will be built; if set flag is true, the other version will be built.
17enable_audio_adm_service = true
18
19#If flag is true, the MPI_SERVICE version testcase will be built; if set flag is true, the other version will be built.
20enable_audio_mpi_service = false
21#If all above flag is setted to false, it will build failure.so forbid setting all above flag to false.
22