153c3577eSopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 253c3577eSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 353c3577eSopenharmony_ci# you may not use this file except in compliance with the License. 453c3577eSopenharmony_ci# You may obtain a copy of the License at 553c3577eSopenharmony_ci# 653c3577eSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 753c3577eSopenharmony_ci# 853c3577eSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 953c3577eSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1053c3577eSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1153c3577eSopenharmony_ci# See the License for the specific language governing permissions and 1253c3577eSopenharmony_ci# limitations under the License. 1353c3577eSopenharmony_ci 1453c3577eSopenharmony_ciimport("//build/ohos.gni") 1553c3577eSopenharmony_ciimport("//foundation/distributeddatamgr/datamgr_service/datamgr_service.gni") 1653c3577eSopenharmony_ci 1753c3577eSopenharmony_ci######################################################################################### 1853c3577eSopenharmony_cigroup("fuzztest") { 1953c3577eSopenharmony_ci testonly = true 2053c3577eSopenharmony_ci 2153c3577eSopenharmony_ci deps = [ 2253c3577eSopenharmony_ci "cloudservicestub_fuzzer:fuzztest", 2353c3577eSopenharmony_ci "datashareservicestub_fuzzer:fuzztest", 2453c3577eSopenharmony_ci "dumphelper_fuzzer:fuzztest", 2553c3577eSopenharmony_ci "kvdbservicestub_fuzzer:fuzztest", 2653c3577eSopenharmony_ci "objectservicestub_fuzzer:fuzztest", 2753c3577eSopenharmony_ci "rdbresultsetstub_fuzzer:fuzztest", 2853c3577eSopenharmony_ci "rdbservicestub_fuzzer:fuzztest", 2953c3577eSopenharmony_ci ] 3053c3577eSopenharmony_ci if (datamgr_service_udmf) { 3153c3577eSopenharmony_ci deps += [ "udmfservice_fuzzer:fuzztest" ] 3253c3577eSopenharmony_ci } 3353c3577eSopenharmony_ci} 34