1686862fbSopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd.
2686862fbSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3686862fbSopenharmony_ci# you may not use this file except in compliance with the License.
4686862fbSopenharmony_ci# You may obtain a copy of the License at
5686862fbSopenharmony_ci#
6686862fbSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7686862fbSopenharmony_ci#
8686862fbSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9686862fbSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10686862fbSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11686862fbSopenharmony_ci# See the License for the specific language governing permissions and
12686862fbSopenharmony_ci# limitations under the License.
13686862fbSopenharmony_ci
14686862fbSopenharmony_cigroup("fuzztest") {
15686862fbSopenharmony_ci  testonly = true
16686862fbSopenharmony_ci
17686862fbSopenharmony_ci  deps = [
18686862fbSopenharmony_ci    "abilityconnectionwrapperstub_fuzzer:fuzztest",
19686862fbSopenharmony_ci    "bundlemanagercallbackstub_fuzzer:fuzztest",
20686862fbSopenharmony_ci    "continuationmanager_fuzzer:fuzztest",
21686862fbSopenharmony_ci    "distributedschedstub_fuzzer:fuzztest",
22686862fbSopenharmony_ci    "distributedwant_fuzzer:fuzztest",
23686862fbSopenharmony_ci    "distributedwantparams_fuzzer:fuzztest",
24686862fbSopenharmony_ci    "dmsfreeinstallcallbackstub_fuzzer:fuzztest",
25686862fbSopenharmony_ci    "dschedallconnectmanager_fuzzer:fuzztest",
26686862fbSopenharmony_ci    "dschedsoftbussession_fuzzer:fuzztest",
27686862fbSopenharmony_ci    "dschedtransportsoftbusadapter_fuzzer:fuzztest",
28686862fbSopenharmony_ci    "softbusadapter_fuzzer:fuzztest",
29686862fbSopenharmony_ci  ]
30686862fbSopenharmony_ci}
31