1794c9f46Sopenharmony_ci# Copyright (c) 2021-2024 Huawei Device Co., Ltd.
2794c9f46Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3794c9f46Sopenharmony_ci# you may not use this file except in compliance with the License.
4794c9f46Sopenharmony_ci# You may obtain a copy of the License at
5794c9f46Sopenharmony_ci#
6794c9f46Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7794c9f46Sopenharmony_ci#
8794c9f46Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9794c9f46Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10794c9f46Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11794c9f46Sopenharmony_ci# See the License for the specific language governing permissions and
12794c9f46Sopenharmony_ci# limitations under the License.
13794c9f46Sopenharmony_ci
14794c9f46Sopenharmony_cigroup("utils_test") {
15794c9f46Sopenharmony_ci  testonly = true
16794c9f46Sopenharmony_ci  deps = [
17794c9f46Sopenharmony_ci    "common/histreamer_ability_parser:histreamer_ability_parser_test",
18794c9f46Sopenharmony_ci    "common/utilstool:utils_tool_test",
19794c9f46Sopenharmony_ci  ]
20794c9f46Sopenharmony_ci}
21