15b8fca66Sopenharmony_ci# Copyright (C) 2023 Huawei Device Co., Ltd.
25b8fca66Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
35b8fca66Sopenharmony_ci# you may not use this file except in compliance with the License.
45b8fca66Sopenharmony_ci# You may obtain a copy of the License at
55b8fca66Sopenharmony_ci#
65b8fca66Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
75b8fca66Sopenharmony_ci#
85b8fca66Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
95b8fca66Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
105b8fca66Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
115b8fca66Sopenharmony_ci# See the License for the specific language governing permissions and
125b8fca66Sopenharmony_ci# limitations under the License.
135b8fca66Sopenharmony_ci
145b8fca66Sopenharmony_ciimport("//build/config/features.gni")
155b8fca66Sopenharmony_ciimport("//build/test.gni")
165b8fca66Sopenharmony_ci
175b8fca66Sopenharmony_cigroup("fuzztest") {
185b8fca66Sopenharmony_ci  testonly = true
195b8fca66Sopenharmony_ci  deps = []
205b8fca66Sopenharmony_ci
215b8fca66Sopenharmony_ci  deps += [ "telephonyobserver_fuzzer:fuzztest" ]
225b8fca66Sopenharmony_ci  deps += [ "telephonystateregistry_fuzzer:fuzztest" ]
235b8fca66Sopenharmony_ci}
24