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