158ec469eSopenharmony_ci# Copyright (c) 2023-2024 Huawei Device Co., Ltd. 258ec469eSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 358ec469eSopenharmony_ci# you may not use this file except in compliance with the License. 458ec469eSopenharmony_ci# You may obtain a copy of the License at 558ec469eSopenharmony_ci# 658ec469eSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 758ec469eSopenharmony_ci# 858ec469eSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 958ec469eSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1058ec469eSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1158ec469eSopenharmony_ci# See the License for the specific language governing permissions and 1258ec469eSopenharmony_ci# limitations under the License. 1358ec469eSopenharmony_ci 1458ec469eSopenharmony_ciimport("//build/config/features.gni") 1558ec469eSopenharmony_ciimport("//build/ohos.gni") 1658ec469eSopenharmony_ciimport("//build/test.gni") 1758ec469eSopenharmony_ciimport("./../../../miscdevice.gni") 1858ec469eSopenharmony_ci 1958ec469eSopenharmony_cigroup("fuzztest") { 2058ec469eSopenharmony_ci testonly = true 2158ec469eSopenharmony_ci deps = [] 2258ec469eSopenharmony_ci deps += [ 2358ec469eSopenharmony_ci "getdelaytimestub_fuzzer:fuzztest", 2458ec469eSopenharmony_ci "getlightliststub_fuzzer:fuzztest", 2558ec469eSopenharmony_ci "getvibratorcapacitystub_fuzzer:fuzztest", 2658ec469eSopenharmony_ci "issupporteffectstub_fuzzer:fuzztest", 2758ec469eSopenharmony_ci "playpatternstub_fuzzer:fuzztest", 2858ec469eSopenharmony_ci "playprimitiveeffectstub_fuzzer:fuzztest", 2958ec469eSopenharmony_ci "playvibratoreffectstub_fuzzer:fuzztest", 3058ec469eSopenharmony_ci "stopvibratorallstub_fuzzer:fuzztest", 3158ec469eSopenharmony_ci "stopvibratorbymodestub_fuzzer:fuzztest", 3258ec469eSopenharmony_ci "transferclientremoteobjectstub_fuzzer:fuzztest", 3358ec469eSopenharmony_ci "turnoffstub_fuzzer:fuzztest", 3458ec469eSopenharmony_ci "turnonstub_fuzzer:fuzztest", 3558ec469eSopenharmony_ci "vibratestub_fuzzer:fuzztest", 3658ec469eSopenharmony_ci "vibratoronremoterequest_fuzzer:fuzztest", 3758ec469eSopenharmony_ci ] 3858ec469eSopenharmony_ci 3958ec469eSopenharmony_ci if (miscdevice_feature_vibrator_custom) { 4058ec469eSopenharmony_ci deps += [ "playvibratorcustomstub_fuzzer:fuzztest" ] 4158ec469eSopenharmony_ci } 4258ec469eSopenharmony_ci} 43