15ccb8f90Sopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
25ccb8f90Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
35ccb8f90Sopenharmony_ci# you may not use this file except in compliance with the License.
45ccb8f90Sopenharmony_ci# You may obtain a copy of the License at
55ccb8f90Sopenharmony_ci#
65ccb8f90Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
75ccb8f90Sopenharmony_ci#
85ccb8f90Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
95ccb8f90Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
105ccb8f90Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
115ccb8f90Sopenharmony_ci# See the License for the specific language governing permissions and
125ccb8f90Sopenharmony_ci# limitations under the License.
135ccb8f90Sopenharmony_ci
145ccb8f90Sopenharmony_ciimport("//build/config/features.gni")
155ccb8f90Sopenharmony_ciimport("//build/test.gni")
165ccb8f90Sopenharmony_ci
175ccb8f90Sopenharmony_cigroup("fuzztest") {
185ccb8f90Sopenharmony_ci  testonly = true
195ccb8f90Sopenharmony_ci  deps = []
205ccb8f90Sopenharmony_ci
215ccb8f90Sopenharmony_ci  deps += [
225ccb8f90Sopenharmony_ci    # deps file
235ccb8f90Sopenharmony_ci    "asyncshutdowncallback_fuzzer:AsyncShutdownCallbackFuzzTest",
245ccb8f90Sopenharmony_ci    "createrunninglock_fuzzer:CreateRunningLockFuzzTest",
255ccb8f90Sopenharmony_ci    "forcesuspenddevice_fuzzer:ForceSuspendDeviceFuzzTest",
265ccb8f90Sopenharmony_ci    "getsetdevicemode_fuzzer:GetSetDeviceModeFuzzTest",
275ccb8f90Sopenharmony_ci    "getstate_fuzzer:GetStateFuzzTest",
285ccb8f90Sopenharmony_ci    "hibernate_fuzzer:HibernateFuzzTest",
295ccb8f90Sopenharmony_ci    "iscollaborationscreenon_fuzzer:IsCollaborationScreenOnFuzzTest",
305ccb8f90Sopenharmony_ci    "isfoldscreenon_fuzzer:IsFoldScreenOnFuzzTest",
315ccb8f90Sopenharmony_ci    "isrunninglocktypesupported_fuzzer:IsRunningLockTypeSupportedFuzzTest",
325ccb8f90Sopenharmony_ci    "isscreenon_fuzzer:IsScreenOnFuzzTest",
335ccb8f90Sopenharmony_ci    "isstandby_fuzzer:IsStandbyFuzzTest",
345ccb8f90Sopenharmony_ci    "lockscreenaftertimingout_fuzzer:LockScreenAfterTimingOutFuzzTest",
355ccb8f90Sopenharmony_ci    "lockunlockisused_fuzzer:LockUnLockIsUsedFuzzTest",
365ccb8f90Sopenharmony_ci    "overridescreenofftime_fuzzer:OverrideScreenOffTimeFuzzTest",
375ccb8f90Sopenharmony_ci    "powermodecallback_fuzzer:PowerModeCallbackFuzzTest",
385ccb8f90Sopenharmony_ci    "powerstatecallback_fuzzer:PowerStateCallbackFuzzTest",
395ccb8f90Sopenharmony_ci    "proxyrunninglock_fuzzer:ProxyRunningLockFuzzTest",
405ccb8f90Sopenharmony_ci    "proxyrunninglocks_fuzzer:ProxyRunningLocksFuzzTest",
415ccb8f90Sopenharmony_ci    "queryrunninglocklists_fuzzer:QueryRunningLockListsFuzzTest",
425ccb8f90Sopenharmony_ci    "rebootdevice_fuzzer:RebootDeviceFuzzTest",
435ccb8f90Sopenharmony_ci    "refreshactivity_fuzzer:RefreshActivityFuzzTest",
445ccb8f90Sopenharmony_ci    "releaserunninglock_fuzzer:ReleaseRunningLockFuzzTest",
455ccb8f90Sopenharmony_ci    "resetrunninglocks_fuzzer:ResetRunningLocksFuzzTest",
465ccb8f90Sopenharmony_ci    "runninglockcallback_fuzzer:RunningLockCallbackFuzzTest",
475ccb8f90Sopenharmony_ci    "screenstatecallback_fuzzer:ScreenStateCallbackFuzzTest",
485ccb8f90Sopenharmony_ci    "setdisplaysuspend_fuzzer:SetDisplaySuspendFuzzTest",
495ccb8f90Sopenharmony_ci    "setforcetimingout_fuzzer:SetForceTimingOutFuzzTest",
505ccb8f90Sopenharmony_ci    "setsuspendtag_fuzzer:SetSuspendTagFuzzTest",
515ccb8f90Sopenharmony_ci    "shelldump_fuzzer:ShellDumpFuzzTest",
525ccb8f90Sopenharmony_ci    "shutdowndevice_fuzzer:ShutDownDeviceFuzzTest",
535ccb8f90Sopenharmony_ci    "suspenddevice_fuzzer:SuspendDeviceFuzzTest",
545ccb8f90Sopenharmony_ci    "synchibernatecallback_fuzzer:SyncHibernateCallbackFuzzTest",
555ccb8f90Sopenharmony_ci    "syncshutdowncallback_fuzzer:SyncShutdownCallbackFuzzTest",
565ccb8f90Sopenharmony_ci    "syncsleepcallback_fuzzer:SyncSleepCallbackFuzzTest",
575ccb8f90Sopenharmony_ci    "takeovershutdowncallback_fuzzer:TakeOverShutdownCallbackFuzzTest",
585ccb8f90Sopenharmony_ci    "wakeupdevice_fuzzer:WakeupDeviceFuzzTest",
595ccb8f90Sopenharmony_ci  ]
605ccb8f90Sopenharmony_ci}
61