1885b47fbSopenharmony_ci# Copyright (C) 2022 Huawei Device Co., Ltd. 2885b47fbSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3885b47fbSopenharmony_ci# you may not use this file except in compliance with the License. 4885b47fbSopenharmony_ci# You may obtain a copy of the License at 5885b47fbSopenharmony_ci# 6885b47fbSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7885b47fbSopenharmony_ci# 8885b47fbSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9885b47fbSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10885b47fbSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11885b47fbSopenharmony_ci# See the License for the specific language governing permissions and 12885b47fbSopenharmony_ci# limitations under the License. 13885b47fbSopenharmony_ciconfig("configs_cc_ld") { 14885b47fbSopenharmony_ci cflags = [ 15885b47fbSopenharmony_ci "-g", 16885b47fbSopenharmony_ci "-O0", 17885b47fbSopenharmony_ci "-Wno-unused-variable", 18885b47fbSopenharmony_ci "-fno-omit-frame-pointer", 19885b47fbSopenharmony_ci ] 20885b47fbSopenharmony_ci} 21885b47fbSopenharmony_cigroup("fuzztest") { 22885b47fbSopenharmony_ci testonly = true 23885b47fbSopenharmony_ci 24885b47fbSopenharmony_ci deps = [ 25885b47fbSopenharmony_ci "../../common:accessibility_common", 26885b47fbSopenharmony_ci "accessibilityconfig_fuzzer:fuzztest", 27885b47fbSopenharmony_ci "accessibilitysystemabilityclient_fuzzer:fuzztest", 28885b47fbSopenharmony_ci "accessibleabilityclient_fuzzer:fuzztest", 29885b47fbSopenharmony_ci ] 30885b47fbSopenharmony_ci} 31