1# Copyright (c) 2022-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 14import("//build/config/ohos/config.gni") 15import("//build/templates/cxx/prebuilt.gni") 16 17group("fuzztest") { 18 testonly = true 19 deps = [] 20 21 deps += [ 22 "annotationdataaccessor_fuzzer:fuzztest", 23 "begintracepoint_fuzzer:fuzztest", 24 "checkheader_fuzzer:fuzztest", 25 "classdataaccessor_fuzzer:fuzztest", 26 "codedataaccessor_fuzzer:fuzztest", 27 "createoraddfileintozip_fuzzer:fuzztest", 28 "debuginfodataaccessor_fuzzer:fuzztest", 29 "errorconstructandcopy_fuzzer:fuzztest", 30 "fielddataaccessor_fuzzer:fuzztest", 31 "getglobalfileinfo_fuzzer:fuzztest", 32 "gotonextfile_fuzzer:fuzztest", 33 "hash_fuzzer:fuzztest", 34 "hashbase_fuzzer:fuzztest", 35 "int64tracepoint_fuzzer:fuzztest", 36 "inttracepoint_fuzzer:fuzztest", 37 "jsonobjectctor1_fuzzer:fuzztest", 38 "jsonobjectctor2_fuzzer:fuzztest", 39 "jsonparser_fuzzer:fuzztest", 40 "literaldataaccessor_fuzzer:fuzztest", 41 "load_fuzzer:fuzztest", 42 "makereadexec_fuzzer:fuzztest", 43 "mapptrmoveconstructor_fuzzer:fuzztest", 44 "methoddataaccessor_fuzzer:fuzztest", 45 "murmur3_fuzzer:fuzztest", 46 "open_fuzzer:fuzztest", 47 "openarchive_fuzzer:fuzztest", 48 "openfrommemory1arg_fuzzer:fuzztest", 49 "openfrommemory2arg_fuzzer:fuzztest", 50 "openpandafile_fuzzer:fuzztest", 51 "openpandafilefrommemory_fuzzer:fuzztest", 52 "openpandafileorzip_fuzzer:fuzztest", 53 "openuncompressedarchive_fuzzer:fuzztest", 54 "pandargs_fuzzer:fuzztest", 55 "readosfile_fuzzer:fuzztest", 56 "resolvesymbol_fuzzer:fuzztest", 57 "span_fuzzer:fuzztest", 58 "trace_fuzzer:fuzztest", 59 "utf_fuzzer:fuzztest", 60 "vformat_fuzzer:fuzztest", 61 "writebyte_fuzzer:fuzztest", 62 "ziparchivehandle_fuzzer:fuzztest", 63 ] 64} 65 66ohos_prebuilt_static_library("runtime_core_fuzz_rt") { 67 source = rebase_path(libclang_rt_file) 68} 69