111fccf17Sopenharmony_ci# Copyright (C) 2022 Huawei Device Co., Ltd.
211fccf17Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
311fccf17Sopenharmony_ci# you may not use this file except in compliance with the License.
411fccf17Sopenharmony_ci# You may obtain a copy of the License at
511fccf17Sopenharmony_ci#
611fccf17Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
711fccf17Sopenharmony_ci#
811fccf17Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
911fccf17Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
1011fccf17Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1111fccf17Sopenharmony_ci# See the License for the specific language governing permissions and
1211fccf17Sopenharmony_ci# limitations under the License.
1311fccf17Sopenharmony_ci
1411fccf17Sopenharmony_ciimport("//build/config/features.gni")
1511fccf17Sopenharmony_ciimport("//build/test.gni")
1611fccf17Sopenharmony_ci
1711fccf17Sopenharmony_cigroup("fuzztest") {
1811fccf17Sopenharmony_ci  testonly = true
1911fccf17Sopenharmony_ci  deps = []
2011fccf17Sopenharmony_ci
2111fccf17Sopenharmony_ci  deps += [ "newsmsnotify_fuzzer:fuzztest" ]
2211fccf17Sopenharmony_ci  deps += [ "callussdnotice_fuzzer:fuzztest" ]
2311fccf17Sopenharmony_ci  deps += [ "callemergencynotice_fuzzer:fuzztest" ]
2411fccf17Sopenharmony_ci  deps += [ "pdpcontextlistupdated_fuzzer:fuzztest" ]
2511fccf17Sopenharmony_ci  deps += [ "simstkproactivenotify_fuzzer:fuzztest" ]
2611fccf17Sopenharmony_ci  deps += [ "createcdmasms_fuzzer:fuzztest" ]
2711fccf17Sopenharmony_ci  deps += [ "residentnetworkupdated_fuzzer:fuzztest" ]
2811fccf17Sopenharmony_ci}
29