1# Copyright (c) 2022 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14group("fuzztest") { 15 testonly = true 16 17 deps = [ 18 "addnotificationslot_fuzzer:AddNotificationSlotFuzzTest", 19 "addnotificationslots_fuzzer:AddNotificationSlotsFuzzTest", 20 "addslotbytype_fuzzer:AddSlotByTypeFuzzTest", 21 "ansmanagerstub_fuzzer:AnsManagerStubFuzzTest", 22 "ansmanagerstubannex_fuzzer:AnsManagerStubAnnexFuzzTest", 23 "ansmanagerstubannexthree_fuzzer:AnsManagerStubAnnexThreeFuzzTest", 24 "ansmanagerstubannextwo_fuzzer:AnsManagerStubAnnexTwoFuzzTest", 25 "anssubscriberproxy_fuzzer:AnsSubscriberProxyFuzzTest", 26 "anssubscriberstub_fuzzer:AnsSubscriberStubFuzzTest", 27 "cancelasbundle_fuzzer:CancelAsBundleFuzzTest", 28 "cancelgroup_fuzzer:CancelGroupFuzzTest", 29 "cancelnotification_fuzzer:CancelNotificationFuzzTest", 30 "enabledistributed_fuzzer:EnableDistributedFuzzTest", 31 "enablednotificationcallbackdata_fuzzer:EnabledNotificationCallbackDataFuzzTest", 32 "getactivenotificationnums_fuzzer:GetActiveNotificationNumsFuzzTest", 33 "getallactivenotifications_fuzzer:GetAllActiveNotificationsFuzzTest", 34 "getbundleimportance_fuzzer:GetBundleImportanceFuzzTest", 35 "getnotificationslot_fuzzer:GetNotificationSlotFuzzTest", 36 "getnotificationslotnumasbundle_fuzzer:GetNotificationSlotNumAsBundleFuzzTest", 37 "getnotificationslotsforbundle_fuzzer:GetNotificationSlotsForBundleFuzzTest", 38 "messageuser_fuzzer:MessageUserFuzzTest", 39 "notification_fuzzer:NotificationFuzzTest", 40 "notificationactionbutton_fuzzer:NotificationActionButtonFuzzTest", 41 "notificationannex_fuzzer:NotificationAnnexFuzzTest", 42 "notificationbasiccontent_fuzzer:NotificationBasicContentFuzzTest", 43 "notificationbundleoption_fuzzer:NotificationBundleOptionFuzzTest", 44 "notificationcontent_fuzzer:NotificationContentFuzzTest", 45 "notificationconversationalcontent_fuzzer:NotificationConversationalContentFuzzTest", 46 "notificationconversationalmessage_fuzzer:NotificationConversationalMessageFuzzTest", 47 "notificationconversationalmessageannex_fuzzer:NotificationConversationalMessageAnnexFuzzTest", 48 "notificationdistributedoptions_fuzzer:NotificationDistributedOptionsFuzzTest", 49 "notificationdonotdisturbdate_fuzzer:NotificationDoNotDisturbDateFuzzTest", 50 "notificationflags_fuzzer:NotificationFlagsFuzzTest", 51 "notificationhelper_fuzzer:NotificationHelperFuzzTest", 52 "notificationlongtextcontent_fuzzer:NotificationLongTextContentFuzzTest", 53 "notificationlongtextcontentannex_fuzzer:NotificationLongTextContentAnnexFuzzTest", 54 "notificationmediacontent_fuzzer:NotificationMediaContentFuzzTest", 55 "notificationmultilinecontent_fuzzer:NotificationMultiLineContentFuzzTest", 56 "notificationmultilinecontentannex_fuzzer:NotificationMultiLineContentAnnexFuzzTest", 57 "notificationnormalcontent_fuzzer:NotificationNormalContentFuzzTest", 58 "notificationpicturecontent_fuzzer:NotificationPictureContentFuzzTest", 59 "notificationpicturecontentannex_fuzzer:NotificationPictureContentAnnexFuzzTest", 60 "notificationrequest_fuzzer:NotificationRequestFuzzTest", 61 "notificationrequestannex_fuzzer:NotificationRequestAnnexFuzzTest", 62 "notificationslot_fuzzer:NotificationSlotFuzzTest", 63 "notificationsorting_fuzzer:NotificationSortingFuzzTest", 64 "notificationsortingannex_fuzzer:NotificationSortingAnnexFuzzTest", 65 "notificationsortingmap_fuzzer:NotificationSortingMapFuzzTest", 66 "notificationsortingmapannex_fuzzer:NotificationSortingMapAnnexFuzzTest", 67 "notificationsubscribeInfo_fuzzer:NotificationSubscribeInfoFuzzTest", 68 "notificationtemplate_fuzzer:NotificationTemplateFuzzTest", 69 "notificationtemplateannex_fuzzer:NotificationTemplateAnnexFuzzTest", 70 "notificationuserinput_fuzzer:NotificationUserInputFuzzTest", 71 "notificationuserinputannex_fuzzer:NotificationUserInputAnnexFuzzTest", 72 "publishcontinuoustasknotification_fuzzer:PublishContinuousTaskNotificationFuzzTest", 73 "publishnotification_fuzzer:PublishNotificationFuzzTest", 74 "readfromparcel_fuzzer:ReadFromParcelFuzzTest", 75 "reminderhelper_fuzzer:ReminderHelperFuzzTest", 76 "reminderrequest_fuzzer:ReminderRequestFuzzTest", 77 "reminderrequestalarm_fuzzer:ReminderRequestAlarmFuzzTest", 78 "reminderrequestannex_fuzzer:ReminderRequestAnnexFuzzTest", 79 "reminderrequestannexthree_fuzzer:ReminderRequestAnnexThreeFuzzTest", 80 "reminderrequestcalendar_fuzzer:ReminderRequestCalendarFuzzTest", 81 "reminderrequestcontinuate_fuzzer:ReminderRequestContinuateFuzzTest", 82 "reminderrequesttimer_fuzzer:ReminderRequestTimerFuzzTest", 83 "reminderstore_fuzzer:ReminderStoreFuzzTest", 84 "reminderstoreannex_fuzzer:ReminderStoreAnnexFuzzTest", 85 "removenotification_fuzzer:RemoveNotificationFuzzTest", 86 "removenotificationsbybundle_fuzzer:RemoveNotificationsByBundleFuzzTest", 87 "removenotificationslot_fuzzer:RemoveNotificationSlotFuzzTest", 88 "setdonotdisturbdate_fuzzer:SetDoNotDisturbDateFuzzTest", 89 "setnotificationbadgenum_fuzzer:SetNotificationBadgeNumFuzzTest", 90 "setnotificationsenabledforallbundles_fuzzer:SetNotificationsEnabledForAllBundlesFuzzTest", 91 "setprogressbar_fuzzer:SetProgressBarFuzzTest", 92 "settemplate_fuzzer:SetTemplateFuzzTest", 93 ] 94} 95