# Copyright (c) 2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. group("fuzztest") { testonly = true deps = [ "onsinklocalcamsrvdied_fuzzer:fuzztest", "onsourcelocalcamsrvdied_fuzzer:fuzztest", "sinkhandlerinitsink_fuzzer:fuzztest", "sinkhandlersubscribelocalhardware_fuzzer:fuzztest", "sinkhandlerunsubscribelocalhardware_fuzzer:fuzztest", "sinkonloadsystemabilityfail_fuzzer:fuzztest", "sinkonloadsystemabilitysuccess_fuzzer:fuzztest", "sinkproxychannelneg_fuzzer:fuzztest", "sinkproxyclosechannel_fuzzer:fuzztest", "sinkproxygetcamerainfo_fuzzer:fuzztest", "sinkproxyinitsink_fuzzer:fuzztest", "sinkproxyopenchannel_fuzzer:fuzztest", "sinkproxystopcapture_fuzzer:fuzztest", "sinkproxysubscribelocalhardware_fuzzer:fuzztest", "sinkproxyunsubscribelocalhardware_fuzzer:fuzztest", "sourcehandlerconfigdistributedhardware_fuzzer:fuzztest", "sourcehandlerinitsource_fuzzer:fuzztest", "sourcehandlerregisterdistributedhardware_fuzzer:fuzztest", "sourcehandlerunregisterdistributedhardware_fuzzer:fuzztest", "sourceonloadsystemabilityfail_fuzzer:fuzztest", "sourceonloadsystemabilitysuccess_fuzzer:fuzztest", "sourceproxydcameranotify_fuzzer:fuzztest", "sourceproxyinitsource_fuzzer:fuzztest", "sourceproxyregisterdistributedhardware_fuzzer:fuzztest", "sourceproxyunregisterdistributedhardware_fuzzer:fuzztest", ] }