# 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. import("//build/config/ohos/config.gni") import("//build/templates/cxx/prebuilt.gni") group("fuzztest") { testonly = true deps = [] deps += [ "annotationdataaccessor_fuzzer:fuzztest", "begintracepoint_fuzzer:fuzztest", "checkheader_fuzzer:fuzztest", "classdataaccessor_fuzzer:fuzztest", "codedataaccessor_fuzzer:fuzztest", "debuginfodataaccessor_fuzzer:fuzztest", "fielddataaccessor_fuzzer:fuzztest", "int64tracepoint_fuzzer:fuzztest", "inttracepoint_fuzzer:fuzztest", "jsonobjectctor1_fuzzer:fuzztest", "jsonobjectctor2_fuzzer:fuzztest", "literaldataaccessor_fuzzer:fuzztest", "load_fuzzer:fuzztest", "methoddataaccessor_fuzzer:fuzztest", "open_fuzzer:fuzztest", "openarchive_fuzzer:fuzztest", "openfrommemory1arg_fuzzer:fuzztest", "openfrommemory2arg_fuzzer:fuzztest", "openpandafile_fuzzer:fuzztest", "openpandafilefrommemory_fuzzer:fuzztest", "openpandafileorzip_fuzzer:fuzztest", "openuncompressedarchive_fuzzer:fuzztest", "readosfile_fuzzer:fuzztest", "resolvesymbol_fuzzer:fuzztest", "writebyte_fuzzer:fuzztest", ] } ohos_prebuilt_static_library("runtime_core_fuzz_rt") { source = rebase_path(libclang_rt_file) }