1100ae2f9Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2100ae2f9Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3100ae2f9Sopenharmony_ci# you may not use this file except in compliance with the License.
4100ae2f9Sopenharmony_ci# You may obtain a copy of the License at
5100ae2f9Sopenharmony_ci#
6100ae2f9Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7100ae2f9Sopenharmony_ci#
8100ae2f9Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9100ae2f9Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10100ae2f9Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11100ae2f9Sopenharmony_ci# See the License for the specific language governing permissions and
12100ae2f9Sopenharmony_ci# limitations under the License.
13100ae2f9Sopenharmony_ci
14100ae2f9Sopenharmony_ciimport("//base/notification/eventhandler/eventhandler.gni")
15100ae2f9Sopenharmony_ci
16100ae2f9Sopenharmony_cigroup("fuzztest") {
17100ae2f9Sopenharmony_ci  testonly = true
18100ae2f9Sopenharmony_ci
19100ae2f9Sopenharmony_ci  deps = [
20100ae2f9Sopenharmony_ci    "epolliowaiter_fuzzer:EpollIoWaiterFuzzTest",
21100ae2f9Sopenharmony_ci    "eventhandler_fuzzer:EventHandlerFuzzTest",
22100ae2f9Sopenharmony_ci    "eventhandlerannex_fuzzer:EventHandlerAnnexFuzzTest",
23100ae2f9Sopenharmony_ci    "eventqueue_fuzzer:EventQueueFuzzTest",
24100ae2f9Sopenharmony_ci    "eventqueueannex_fuzzer:EventQueueAnnexFuzzTest",
25100ae2f9Sopenharmony_ci    "eventqueueinsert_fuzzer:EventQueueInsertFuzzTest",
26100ae2f9Sopenharmony_ci    "eventrunner_fuzzer:EventRunnerFuzzTest",
27100ae2f9Sopenharmony_ci    "filedescriptorlistener_fuzzer:FileDescriptorListenerFuzzTest",
28100ae2f9Sopenharmony_ci    "innerevent_fuzzer:InnerEventFuzzTest",
29100ae2f9Sopenharmony_ci    "nativeimplementeventhandler_fuzzer:NativeImplementEventHandlerFuzzTest",
30100ae2f9Sopenharmony_ci    "noneiowaiter_fuzzer:NoneIoWaiterFuzzTest",
31100ae2f9Sopenharmony_ci  ]
32100ae2f9Sopenharmony_ci}
33