158ec469eSopenharmony_ci# Copyright (c) 2022 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_ci
1858ec469eSopenharmony_cigroup("fuzztest") {
1958ec469eSopenharmony_ci  testonly = true
2058ec469eSopenharmony_ci  deps = []
2158ec469eSopenharmony_ci  deps += [
2258ec469eSopenharmony_ci    "freevibratorpackage_fuzzer:fuzztest",
2358ec469eSopenharmony_ci    "getdelaytime_fuzzer:fuzztest",
2458ec469eSopenharmony_ci    "issupporteffect_fuzzer:fuzztest",
2558ec469eSopenharmony_ci    "playpattern_fuzzer:fuzztest",
2658ec469eSopenharmony_ci    "playprimitiveeffect_fuzzer:fuzztest",
2758ec469eSopenharmony_ci    "playvibratorcustom_fuzzer:fuzztest",
2858ec469eSopenharmony_ci    "preprocess_fuzzer:fuzztest",
2958ec469eSopenharmony_ci    "setloopcount_fuzzer:fuzztest",
3058ec469eSopenharmony_ci    "setparameters_fuzzer:fuzztest",
3158ec469eSopenharmony_ci    "setusage_fuzzer:fuzztest",
3258ec469eSopenharmony_ci    "startvibrator_fuzzer:fuzztest",
3358ec469eSopenharmony_ci    "startvibratoronce_fuzzer:fuzztest",
3458ec469eSopenharmony_ci    "stopvibrator_fuzzer:fuzztest",
3558ec469eSopenharmony_ci  ]
3658ec469eSopenharmony_ci}
37