1# Copyright (c) 2024 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 14group("fuzztest") { 15 testonly = true 16 deps = [ 17 "imageaccessor_fuzzer:ImageAccessorFuzzTest", 18 "imageaccessor2_fuzzer:ImageAccessor2FuzzTest", 19 "imagefwkconvertastc2rgb_fuzzer:ImageFwkConvertAstc2RgbFuzzTest", 20 "imagefwkconvertp010yuv2rgbext_fuzzer:ImageFwkConvertP010Yuv2RgbExtFuzzTest", 21 "imagefwkconvertpixelfotmat_fuzzer:ImageFwkConvertPixelFormatFuzzTest", 22 "imagefwkconvertrgb2yuv_fuzzer:ImageFwkConvertRgb2YuvFuzzTest", 23 "imagefwkdecodepicture_fuzzer:ImageFwkDecodePictureFuzzTest", 24 "imagefwkimagesource_fuzzer:ImageFwkImageSourceFuzzTest", 25 "imagefwkimagesource2_fuzzer:ImageFwkImageSource2FuzzTest", 26 "imagegifencoder_fuzzer:ImageGifEnCoderFuzzTest", 27 "imageheifimpl_fuzzer:ImageHeifImplFuzzTest", 28 "imageheifimpl2_fuzzer:ImageHeifImpl2FuzzTest", 29 "imageheifparser_fuzzer:ImageHeifParserFuzzTest", 30 "imageinterfacepixelmap_fuzzer:ImageInterfacePixelmapFuzzTest", 31 "imagejpegyuvplugin_fuzzer:ImageJpegYuvPluginFuzzTest", 32 "imagepixelYuv_fuzzer:ImagePixelYuvFuzzTest", 33 "imagepixelYuv2_fuzzer:ImagePixelYuv2FuzzTest", 34 "imagepixelmapBase_fuzzer:ImagePixelmapBaseFuzzTest", 35 "imagepixelmapGetColorARGB_fuzzer:ImagePixelmapGetColorARGBFuzzTest", 36 "imagepixelmapHdr_fuzzer:ImagePixelmapHdrFuzzTest", 37 "imagepixelmaphdr2_fuzzer:Imagepixelmaphdr2FuzzTest", 38 "imagepixelmapMarshalling_fuzzer:ImagePixelmapMarshallingFuzzTest", 39 "imagepixelmapmarshalling2_fuzzer:ImagePixelmapmarshalling2FuzzTest", 40 "imagepixelmapSlrGpu_fuzzer:ImagePixelmapSlrGpuFuzzTest", 41 "imagepixelmapTlv_fuzzer:ImagePixelmapTlvFuzzTest", 42 "imagepixelmaptlv2_fuzzer:ImagePixelmaptlv2FuzzTest", 43 "imagepixelmapsetalpha_fuzzer:ImagePixelmapSetAlphaFuzzTest", 44 "imagepixelmapsetalpha2_fuzzer:ImagePixelmapsetalpha2FuzzTest", 45 "imageplugin_fuzzer:ImagePluginFuzzTest", 46 "imageplugin2_fuzzer:ImagePlugin2FuzzTest", 47 "imagepngplugin_fuzzer:ImagePngPluginFuzzTest", 48 "imagepngplugin2_fuzzer:ImagePngPlugin2FuzzTest", 49 "imagerawplugin_fuzzer:ImageRawPluginFuzzTest", 50 "imagetextureencode_fuzzer:ImageTextureEncodeFuzzTest", 51 ] 52} 53