1# Copyright (c) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14import("//build/config/features.gni") 15import("//build/ohos.gni") 16import("//build/test.gni") 17 18group("fuzztest") { 19 testonly = true 20 deps = [ 21 "createdatachannelstub_fuzzer:fuzztest", 22 "createsocketchannelstub_fuzzer:fuzztest", 23 "destroydatachannelstub_fuzzer:fuzztest", 24 "destroysocketchannelstub_fuzzer:fuzztest", 25 "disableactiveinfocbstub_fuzzer:fuzztest", 26 "enableactiveinfocbstub_fuzzer:fuzztest", 27 "getactiveinfoliststub_fuzzer:fuzztest", 28 "getallsensorsstub_fuzzer:fuzztest", 29 "resetsensorsstub_fuzzer:fuzztest", 30 "resumesensorsstub_fuzzer:fuzztest", 31 "sensordisablestub_fuzzer:fuzztest", 32 "sensorenablestub_fuzzer:fuzztest", 33 "sensoronremoterequest_fuzzer:fuzztest", 34 "service/createsocketchannel_fuzzer:fuzztest", 35 "service/destroysensorchannel_fuzzer:fuzztest", 36 "service/getactiveinfolist_fuzzer:fuzztest", 37 "service/onstart_fuzzer:fuzztest", 38 "service/processdeathobserver_fuzzer:fuzztest", 39 "service/registerclientdeathrecipient_fuzzer:fuzztest", 40 "service/registerpermcallback_fuzzer:fuzztest", 41 "service/reportactiveinfo_fuzzer:fuzztest", 42 "service/reportonchangedata_fuzzer:fuzztest", 43 "service/reportsensorsysevent_fuzzer:fuzztest", 44 "service/transferdatachannel_fuzzer:fuzztest", 45 "suspendsensorsstub_fuzzer:fuzztest", 46 ] 47} 48