1# Copyright (c) 2022 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 "debuginfodataaccessor_fuzzer:fuzztest", 28 "fielddataaccessor_fuzzer:fuzztest", 29 "int64tracepoint_fuzzer:fuzztest", 30 "inttracepoint_fuzzer:fuzztest", 31 "jsonobjectctor1_fuzzer:fuzztest", 32 "jsonobjectctor2_fuzzer:fuzztest", 33 "literaldataaccessor_fuzzer:fuzztest", 34 "load_fuzzer:fuzztest", 35 "methoddataaccessor_fuzzer:fuzztest", 36 "open_fuzzer:fuzztest", 37 "openarchive_fuzzer:fuzztest", 38 "openfrommemory1arg_fuzzer:fuzztest", 39 "openfrommemory2arg_fuzzer:fuzztest", 40 "openpandafile_fuzzer:fuzztest", 41 "openpandafilefrommemory_fuzzer:fuzztest", 42 "openpandafileorzip_fuzzer:fuzztest", 43 "openuncompressedarchive_fuzzer:fuzztest", 44 "readosfile_fuzzer:fuzztest", 45 "resolvesymbol_fuzzer:fuzztest", 46 "writebyte_fuzzer:fuzztest", 47 ] 48} 49 50ohos_prebuilt_static_library("runtime_core_fuzz_rt") { 51 source = rebase_path(libclang_rt_file) 52} 53