150a07fd2Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
250a07fd2Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
350a07fd2Sopenharmony_ci# you may not use this file except in compliance with the License.
450a07fd2Sopenharmony_ci# You may obtain a copy of the License at
550a07fd2Sopenharmony_ci#
650a07fd2Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
750a07fd2Sopenharmony_ci#
850a07fd2Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
950a07fd2Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1050a07fd2Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1150a07fd2Sopenharmony_ci# See the License for the specific language governing permissions and
1250a07fd2Sopenharmony_ci# limitations under the License.
1350a07fd2Sopenharmony_ci
1450a07fd2Sopenharmony_ciimport("//build/ohos.gni")
1550a07fd2Sopenharmony_ciimport("//build/ohos_var.gni")
1650a07fd2Sopenharmony_ciimport("../../../../distributedaudio.gni")
1750a07fd2Sopenharmony_ci
1850a07fd2Sopenharmony_cigroup("daudio_control_test") {
1950a07fd2Sopenharmony_ci  testonly = true
2050a07fd2Sopenharmony_ci  deps = [
2150a07fd2Sopenharmony_ci    "${audio_control_path}/test/unittest/controlsink:control_sink_test",
2250a07fd2Sopenharmony_ci    "${audio_control_path}/test/unittest/controlsource:control_source_test",
2350a07fd2Sopenharmony_ci  ]
2450a07fd2Sopenharmony_ci}
25