12d4d9a4dSopenharmony_ci# Copyright (c) 2022-2023 Huawei Device Co., Ltd.
22d4d9a4dSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
32d4d9a4dSopenharmony_ci# you may not use this file except in compliance with the License.
42d4d9a4dSopenharmony_ci# You may obtain a copy of the License at
52d4d9a4dSopenharmony_ci#
62d4d9a4dSopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
72d4d9a4dSopenharmony_ci#
82d4d9a4dSopenharmony_ci# Unless required by applicable law or agreed to in writing, software
92d4d9a4dSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
102d4d9a4dSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
112d4d9a4dSopenharmony_ci# See the License for the specific language governing permissions and
122d4d9a4dSopenharmony_ci# limitations under the License.
132d4d9a4dSopenharmony_ci
142d4d9a4dSopenharmony_cigroup("fuzztest") {
152d4d9a4dSopenharmony_ci  testonly = true
162d4d9a4dSopenharmony_ci
172d4d9a4dSopenharmony_ci  deps = [
182d4d9a4dSopenharmony_ci    "dinputconfigdh_fuzzer:fuzztest",
192d4d9a4dSopenharmony_ci    "dinputinitsink_fuzzer:fuzztest",
202d4d9a4dSopenharmony_ci    "dinputinitsource_fuzzer:fuzztest",
212d4d9a4dSopenharmony_ci    "dinputonsessionclosed_fuzzer:fuzztest",
222d4d9a4dSopenharmony_ci    "dinputonsessionopend_fuzzer:fuzztest",
232d4d9a4dSopenharmony_ci    "dinputreleasesink_fuzzer:fuzztest",
242d4d9a4dSopenharmony_ci    "dinputreleasesource_fuzzer:fuzztest",
252d4d9a4dSopenharmony_ci    "dinputsubscribelocaldh_fuzzer:fuzztest",
262d4d9a4dSopenharmony_ci    "distributedinputclient_fuzzer:fuzztest",
272d4d9a4dSopenharmony_ci    "distributedinputkit_fuzzer:fuzztest",
282d4d9a4dSopenharmony_ci    "distributedinputsinktransport_fuzzer:fuzztest",
292d4d9a4dSopenharmony_ci    "distributedinputsourcetransport_fuzzer:fuzztest",
302d4d9a4dSopenharmony_ci    "distributedinputtransportbase_fuzzer:fuzztest",
312d4d9a4dSopenharmony_ci  ]
322d4d9a4dSopenharmony_ci}
33