11d3ffd26Sopenharmony_ci# Copyright (c) 2021-2023 Huawei Device Co., Ltd. 21d3ffd26Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 31d3ffd26Sopenharmony_ci# you may not use this file except in compliance with the License. 41d3ffd26Sopenharmony_ci# You may obtain a copy of the License at 51d3ffd26Sopenharmony_ci# 61d3ffd26Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 71d3ffd26Sopenharmony_ci# 81d3ffd26Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 91d3ffd26Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 101d3ffd26Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 111d3ffd26Sopenharmony_ci# See the License for the specific language governing permissions and 121d3ffd26Sopenharmony_ci# limitations under the License. 131d3ffd26Sopenharmony_ci 141d3ffd26Sopenharmony_ciimport("./../multimedia_camera_framework.gni") 151d3ffd26Sopenharmony_cigroup("camera_fuzz_test") { 161d3ffd26Sopenharmony_ci testonly = true 171d3ffd26Sopenharmony_ci deps = [ 181d3ffd26Sopenharmony_ci "fuzztest/cameradevice_fuzzer:fuzztest", 191d3ffd26Sopenharmony_ci "fuzztest/camerainput_fuzzer:fuzztest", 201d3ffd26Sopenharmony_ci "fuzztest/cameralistenerstub_fuzzer:fuzztest", 211d3ffd26Sopenharmony_ci "fuzztest/capturesession_fuzzer:fuzztest", 221d3ffd26Sopenharmony_ci "fuzztest/cloudenhancesession_fuzzer:fuzztest", 231d3ffd26Sopenharmony_ci "fuzztest/deferredprocessingstub_fuzzer:fuzztest", 241d3ffd26Sopenharmony_ci "fuzztest/photooutput_fuzzer:fuzztest", 251d3ffd26Sopenharmony_ci "fuzztest/streamcapture_fuzzer:fuzztest", 261d3ffd26Sopenharmony_ci "fuzztest/streamcapturestub_fuzzer:fuzztest", 271d3ffd26Sopenharmony_ci "fuzztest/streammetadatastub_fuzzer:fuzztest", 281d3ffd26Sopenharmony_ci "fuzztest/streamrepeatstub_fuzzer:fuzztest", 291d3ffd26Sopenharmony_ci "fuzztest/timelapsephotosession_fuzzer:fuzztest", 301d3ffd26Sopenharmony_ci ] 311d3ffd26Sopenharmony_ci} 32