114cf0368Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 214cf0368Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 314cf0368Sopenharmony_ci# you may not use this file except in compliance with the License. 414cf0368Sopenharmony_ci# You may obtain a copy of the License at 514cf0368Sopenharmony_ci# 614cf0368Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 714cf0368Sopenharmony_ci# 814cf0368Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 914cf0368Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1014cf0368Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1114cf0368Sopenharmony_ci# See the License for the specific language governing permissions and 1214cf0368Sopenharmony_ci# limitations under the License. 1314cf0368Sopenharmony_ci 1414cf0368Sopenharmony_ciimport("//build/ohos.gni") 1514cf0368Sopenharmony_ci 1614cf0368Sopenharmony_ci######################################################################################### 1714cf0368Sopenharmony_cigroup("fuzztest") { 1814cf0368Sopenharmony_ci testonly = true 1914cf0368Sopenharmony_ci 2014cf0368Sopenharmony_ci deps = [ 2114cf0368Sopenharmony_ci "udmfclient_fuzzer:fuzztest", 2214cf0368Sopenharmony_ci "utdclient_fuzzer:fuzztest", 2314cf0368Sopenharmony_ci ] 2414cf0368Sopenharmony_ci} 25