1600cc4afSopenharmony_ci# Copyright (c) 2022-2024 Huawei Device Co., Ltd. 2600cc4afSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3600cc4afSopenharmony_ci# you may not use this file except in compliance with the License. 4600cc4afSopenharmony_ci# You may obtain a copy of the License at 5600cc4afSopenharmony_ci# 6600cc4afSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7600cc4afSopenharmony_ci# 8600cc4afSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9600cc4afSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10600cc4afSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11600cc4afSopenharmony_ci# See the License for the specific language governing permissions and 12600cc4afSopenharmony_ci# limitations under the License. 13600cc4afSopenharmony_ci 14600cc4afSopenharmony_ciimport("../../services/bundlemgr/appexecfwk_bundlemgr.gni") 15600cc4afSopenharmony_ci 16600cc4afSopenharmony_cigroup("fuzztest") { 17600cc4afSopenharmony_ci testonly = true 18600cc4afSopenharmony_ci deps = [] 19600cc4afSopenharmony_ci 20600cc4afSopenharmony_ci deps += [ 21600cc4afSopenharmony_ci # deps file 22600cc4afSopenharmony_ci "fuzztest_application/appcontrolhost_fuzzer:AppControlHostFuzzTest", 23600cc4afSopenharmony_ci "fuzztest_application/applicationinfo_fuzzer:ApplicationInfoFuzzTest", 24600cc4afSopenharmony_ci "fuzztest_application/applicationinfofromjson_fuzzer:ApplicationInfoFromJsonFuzzTest", 25600cc4afSopenharmony_ci "fuzztest_application/bundlefileutil_fuzzer:BundleFileUtilFuzzTest", 26600cc4afSopenharmony_ci "fuzztest_application/bundleinfo_fuzzer:BundleInfoFuzzTest", 27600cc4afSopenharmony_ci "fuzztest_application/bundleinfofromjson_fuzzer:BundleInfoFromJsonFuzzTest", 28600cc4afSopenharmony_ci "fuzztest_application/bundleinstalldhost_fuzzer:BundleInstalldHostFuzzTest", 29600cc4afSopenharmony_ci "fuzztest_application/bundleinstallerhost_fuzzer:BundleInstallerHostFuzzTest", 30600cc4afSopenharmony_ci "fuzztest_application/bundleinstallerproxy_fuzzer:BundleInstallerProxyFuzzTest", 31600cc4afSopenharmony_ci "fuzztest_application/bundlemgrhost_fuzzer:BundleMgrHostFuzzTest", 32600cc4afSopenharmony_ci "fuzztest_application/bundlemgrproxy_fuzzer:BundleMgrProxyFuzzTest", 33600cc4afSopenharmony_ci "fuzztest_application/bundleresourcehost_fuzzer:BundleResourceHostFuzzTest", 34600cc4afSopenharmony_ci "fuzztest_application/bundlestatuscallbackproxy_fuzzer:BundleStatusCallbackProxyFuzzTest", 35600cc4afSopenharmony_ci "fuzztest_application/bundlestreaminstallerhost_fuzzer:BundleStreamInstallerHostFuzzTest", 36600cc4afSopenharmony_ci "fuzztest_application/bundlestreaminstallerproxy_fuzzer:BundleStreamInstallerProxyFuzzTest", 37600cc4afSopenharmony_ci "fuzztest_application/bundlesyscap_fuzzer:BundleSysCapFuzzTest", 38600cc4afSopenharmony_ci "fuzztest_application/bundleuserinfo_fuzzer:BundleUserInfoFuzzTest", 39600cc4afSopenharmony_ci "fuzztest_application/bundleusermgrhost_fuzzer:BundleUserMgrHostFuzzTest", 40600cc4afSopenharmony_ci "fuzztest_application/bundleusermgrproxy_fuzzer:BundleUserMgrProxyFuzzTest", 41600cc4afSopenharmony_ci "fuzztest_application/checkissystemappbyuid_fuzzer:CheckIsSystemAppByUidFuzzTest", 42600cc4afSopenharmony_ci "fuzztest_application/cleanbundlecachefiles_fuzzer:CleanBundleCacheFilesFuzzTest", 43600cc4afSopenharmony_ci "fuzztest_application/cleanbundledatafiles_fuzzer:CleanBundleDataFilesFuzzTest", 44600cc4afSopenharmony_ci "fuzztest_application/cleancachecallbackproxy_fuzzer:CleanCacheCallbackProxyFuzzTest", 45600cc4afSopenharmony_ci "fuzztest_application/defaultapphost_fuzzer:DefaultAppHostFuzzTest", 46600cc4afSopenharmony_ci "fuzztest_application/verifymanagerhost_fuzzer:VerifyManagerHostFuzzTest", 47600cc4afSopenharmony_ci "fuzztest_information/abilityinfofromjson_fuzzer:AbilityInfoFromJsonFuzzTest", 48600cc4afSopenharmony_ci "fuzztest_information/abilityinfomarshalling_fuzzer:AbilityInfoMarshallingFuzzTest", 49600cc4afSopenharmony_ci "fuzztest_information/abilityinfounmarshalling_fuzzer:AbilityInfoUnmarshallingFuzzTest", 50600cc4afSopenharmony_ci "fuzztest_information/compatibleabilityinfo_fuzzer:CompatibleAbilityInfoFuzzTest", 51600cc4afSopenharmony_ci "fuzztest_information/compatibleapplicationinfo_fuzzer:CompatibleApplicationInfoFuzzTest", 52600cc4afSopenharmony_ci "fuzztest_information/extensionabilityinfo_fuzzer:ExtensionAbilityInfoFuzzTest", 53600cc4afSopenharmony_ci "fuzztest_information/forminfo_fuzzer:FormInfoFuzzTest", 54600cc4afSopenharmony_ci "fuzztest_information/getabilitylabel_fuzzer:GetAbilityLabelFuzzTest", 55600cc4afSopenharmony_ci "fuzztest_information/getappidbybundlename_fuzzer:GetAppIdByBundleNameFuzzTest", 56600cc4afSopenharmony_ci "fuzztest_information/getapplicationinfo_fuzzer:GetApplicationInfoFuzzTest", 57600cc4afSopenharmony_ci "fuzztest_information/getapplicationinfos_fuzzer:GetApplicationInfosFuzzTest", 58600cc4afSopenharmony_ci "fuzztest_information/getapptype_fuzzer:GetAppTypeFuzzTest", 59600cc4afSopenharmony_ci "fuzztest_information/getbundleInfosbymetadata_fuzzer:GetBundleInfosByMetaDataFuzzTest", 60600cc4afSopenharmony_ci "fuzztest_information/getbundlearchiveinfo_fuzzer:GetBundleArchiveInfoFuzzTest", 61600cc4afSopenharmony_ci "fuzztest_information/getbundlegids_fuzzer:GetBundleGidsFuzzTest", 62600cc4afSopenharmony_ci "fuzztest_information/getbundlegidsbyuid_fuzzer:GetBundleGidsByUidFuzzTest", 63600cc4afSopenharmony_ci "fuzztest_information/getbundleinfo_fuzzer:GetBundleInfoFuzzTest", 64600cc4afSopenharmony_ci "fuzztest_information/getbundleinfos_fuzzer:GetBundleInfosFuzzTest", 65600cc4afSopenharmony_ci "fuzztest_information/getbundlepackinfo_fuzzer:GetBundlePackInfoFuzzTest", 66600cc4afSopenharmony_ci "fuzztest_information/getbundlesforuid_fuzzer:GetBundlesForUidFuzzTest", 67600cc4afSopenharmony_ci "fuzztest_information/gethapmoduleinfo_fuzzer:GetHapModuleInfoFuzzTest", 68600cc4afSopenharmony_ci "fuzztest_information/getlaunchwantforbundle_fuzzer:GetLaunchWantForBundleFuzzTest", 69600cc4afSopenharmony_ci "fuzztest_information/getnameforuid_fuzzer:GetNameForUidFuzzTest", 70600cc4afSopenharmony_ci "fuzztest_information/getpermissiondef_fuzzer:GetPermissionDefFuzzTest", 71600cc4afSopenharmony_ci "fuzztest_information/getuidbybundlename_fuzzer:GetUidByBundleNameFuzzTest", 72600cc4afSopenharmony_ci "fuzztest_information/hapmoduleinfo_fuzzer:HapModuleInfoFuzzTest", 73600cc4afSopenharmony_ci "fuzztest_information/installparam_fuzzer:InstallParamFuzzTest", 74600cc4afSopenharmony_ci "fuzztest_information/queryabilityinfo_fuzzer:QueryAbilityInfoFuzzTest", 75600cc4afSopenharmony_ci "fuzztest_information/queryabilityinfobyuri_fuzzer:QueryAbilityInfoByUriFuzzTest", 76600cc4afSopenharmony_ci "fuzztest_information/queryabilityinfos_fuzzer:QueryAbilityInfosFuzzTest", 77600cc4afSopenharmony_ci "fuzztest_information/queryabilityinfosbyuri_fuzzer:QueryAbilityInfosByUriFuzzTest", 78600cc4afSopenharmony_ci "fuzztest_information/queryallabilityinfos_fuzzer:QueryAllAbilityInfosFuzzTest", 79600cc4afSopenharmony_ci "fuzztest_information/querykeepalivebundleinfos_fuzzer:QueryKeepAliveBundleInfosFuzzTest", 80600cc4afSopenharmony_ci "fuzztest_information/remoteabilityinfo_fuzzer:RemoteAbilityInfoFuzzTest", 81600cc4afSopenharmony_ci "fuzztest_others/GetExtResource_fuzzer:GetExtResourceFuzzTest", 82600cc4afSopenharmony_ci "fuzztest_others/RemoveExtResource_fuzzer:RemoveExtResourceFuzzTest", 83600cc4afSopenharmony_ci "fuzztest_others/accounthelper_fuzzer:AccountHelperFuzzTest", 84600cc4afSopenharmony_ci "fuzztest_others/aginghandlerchain_fuzzer:AgingHandlerChainFuzzTest", 85600cc4afSopenharmony_ci "fuzztest_others/agingrequest_fuzzer:AgingRequestFuzzTest", 86600cc4afSopenharmony_ci "fuzztest_others/agingutil_fuzzer:AgingUtilFuzzTest", 87600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstalleraddappprovisioninfo_fuzzer:AppServiceFwkInstallerAddAppProvisionInfoFuzzTest", 88600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerbeforeinstall_fuzzer:AppServiceFwkInstallerBeforeInstallFuzzTest", 89600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallercheckandparsefiles_fuzzer:AppServiceFwkInstallerCheckAndParseFilesFuzzTest", 90600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer:AppServiceFwkInstallerCheckAppLabelInfoFuzzTest", 91600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallercheckfiletype_fuzzer:AppServiceFwkInstallerCheckFileTypeFuzzTest", 92600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerextractmodule_fuzzer:AppServiceFwkInstallerExtractModuleFuzzTest", 93600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallergetinnerbundleinfo_fuzzer:AppServiceFwkInstallerGetInnerBundleInfoFuzzTest", 94600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerinnerprocessinstall_fuzzer:AppServiceFwkInstallerInnerProcessInstallFuzzTest", 95600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerinstall_fuzzer:AppServiceFwkInstallerInstallFuzzTest", 96600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallermergebundleinfos_fuzzer:AppServiceFwkInstallerMergeBundleInfosFuzzTest", 97600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallermkdirifnotexist_fuzzer:AppServiceFwkInstallerMkdirIfNotExistFuzzTest", 98600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallermovesotorealpath_fuzzer:AppServiceFwkInstallerMoveSoToRealPathFuzzTest", 99600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerprocessinstall_fuzzer:AppServiceFwkInstallerProcessInstallFuzzTest", 100600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerprocessnativelibrary_fuzzer:AppServiceFwkInstallerProcessNativeLibraryFuzzTest", 101600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerremovebundlecodedir_fuzzer:AppServiceFwkInstallerRemoveBundleCodeDirFuzzTest", 102600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerremoveinfo_fuzzer:AppServiceFwkInstallerRemoveInfoFuzzTest", 103600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerrollback_fuzzer:AppServiceFwkInstallerRollBackFuzzTest", 104600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallersavebundleinfotostorage_fuzzer:AppServiceFwkInstallerSaveBundleInfoToStorageFuzzTest", 105600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallersavepreinstallbundleinfo_fuzzer:AppServiceFwkInstallerSavePreInstallBundleInfoFuzzTest", 106600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallersendbundlesystemevent_fuzzer:AppServiceFwkInstallerSendBundleSystemEventFuzzTest", 107600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstalleruninstalllowerversion_fuzzer:AppServiceFwkInstallerUninstallLowerVersionFuzzTest", 108600cc4afSopenharmony_ci "fuzztest_others/appservicefwkinstallerupdateappservice_fuzzer:AppServiceFwkInstallerUpdateAppServiceFuzzTest", 109600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallercheckmultiplehapssigninfo_fuzzer:BaseBundleInstallerCheckMultipleHapsSignInfoFuzzTest", 110600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerchecksyscap_fuzzer:BaseBundleInstallerCheckSysCapFuzzTest", 111600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallercheckuninstallinnerbundleinfo_fuzzer:BaseBundleInstallerCheckUninstallInnerBundleInfoFuzzTest", 112600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallercreatebundleanddatadir_fuzzer:BaseBundleInstallerCreateBundleAndDataDirFuzzTest", 113600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerextractmodule_fuzzer:BaseBundleInstallerExtractModuleFuzzTest", 114600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerextractmodulefiles_fuzzer:BaseBundleInstallerExtractModuleFilesFuzzTest", 115600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerinnerprocessbundleinstall_fuzzer:BaseBundleInstallerInnerProcessBundleInstallFuzzTest", 116600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerinnerprocessinstallbypreinstallinfo_fuzzer:BaseBundleInstallerInnerProcessInstallByPreInstallInfoFuzzTest", 117600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerinstallbundle_fuzzer:BaseBundleInstallerInstallBundleFuzzTest", 118600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerinstallbundlebybundlename_fuzzer:BaseBundleInstallerInstallBundleByBundleNameFuzzTest", 119600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerinstallbundlevector_fuzzer:BaseBundleInstallerInstallBundleVectorFuzzTest", 120600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallermarkprebundlesyeeventboottag_fuzzer:BaseBundleInstallerMarkPreBundleSyeEventBootTagFuzzTest", 121600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleinstall_fuzzer:BaseBundleInstallerProcessBundleInstallFuzzTest", 122600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleinstallnative_fuzzer:BaseBundleInstallerProcessBundleInstallNativeFuzzTest", 123600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleinstallstatus_fuzzer:BaseBundleInstallerProcessBundleInstallStatusFuzzTest", 124600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleuninstall_fuzzer:BaseBundleInstallerProcessBundleUninstallFuzzTest", 125600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleuninstallnative_fuzzer:BaseBundleInstallerProcessBundleUnInstallNativeFuzzTest", 126600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessbundleupdatestatus_fuzzer:BaseBundleInstallerProcessBundleUpdateStatusFuzzTest", 127600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessinstallbundlebybundlename_fuzzer:BaseBundleInstallerProcessInstallBundleByBundleNameFuzzTest", 128600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessmoduleupdate_fuzzer:BaseBundleInstallerProcessModuleUpdateFuzzTest", 129600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerprocessrecover_fuzzer:BaseBundleInstallerProcessRecoverFuzzTest", 130600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerrecover_fuzzer:BaseBundleInstallerRecoverFuzzTest", 131600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerremovebundle_fuzzer:BaseBundleInstallerRemoveBundleFuzzTest", 132600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerremovebundleanddatadir_fuzzer:BaseBundleInstallerRemoveBundleAndDataDirFuzzTest", 133600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerremovemoduleanddatadir_fuzzer:BaseBundleInstallerRemoveModuleAndDataDirFuzzTest", 134600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerremovemoduledir_fuzzer:BaseBundleInstallerRemoveModuleDirFuzzTest", 135600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallerrenamemoduledir_fuzzer:BaseBundleInstallerRenameModuleDirFuzzTest", 136600cc4afSopenharmony_ci "fuzztest_others/basebundleinstallersetcheckresultmsg_fuzzer:BaseBundleInstallerSetCheckResultMsgFuzzTest", 137600cc4afSopenharmony_ci "fuzztest_others/basebundleinstalleruninstallbundle_fuzzer:BaseBundleInstallerUnInstallBundleFuzzTest", 138600cc4afSopenharmony_ci "fuzztest_others/basebundleinstalleruninstallbundlebyuninstallparam_fuzzer:BaseBundleInstallerUninstallBundleByUninstallParamFuzzTest", 139600cc4afSopenharmony_ci "fuzztest_others/basebundleinstalleruninstallbundlemodule_fuzzer:BaseBundleInstallerUnInstallBundleModuleFuzzTest", 140600cc4afSopenharmony_ci "fuzztest_others/beforeaddextresource_fuzzer:BeforeAddExtResourceFuzzTest", 141600cc4afSopenharmony_ci "fuzztest_others/bmsbundleresourcehelper_fuzzer:BmsBundleResourceHelperFuzzTest", 142600cc4afSopenharmony_ci "fuzztest_others/bmsecologicalrulemgrserviceclient_fuzzer:BmsEcologicalRulemgrServiceClientFuzzTest", 143600cc4afSopenharmony_ci "fuzztest_others/bmsextensionclient_fuzzer:BmsExtensionClientFuzzTest", 144600cc4afSopenharmony_ci "fuzztest_others/bmskeyeventmgr_fuzzer:BmsKeyEventMgrFuzzTest", 145600cc4afSopenharmony_ci "fuzztest_others/bundleagingmgr_fuzzer:BundleAgingMgrFuzzTest", 146600cc4afSopenharmony_ci "fuzztest_others/bundlecloneinstaller_fuzzer:BundlecloneinstallerFuzzTest", 147600cc4afSopenharmony_ci "fuzztest_others/bundleconnectabilitymgr_fuzzer:BundleConnectAbilityMgrFuzzTest", 148600cc4afSopenharmony_ci "fuzztest_others/bundlemanagercallback_fuzzer:BundleManagerCallbackFuzzTest", 149600cc4afSopenharmony_ci "fuzztest_others/bundlemanagercallbackproxy_fuzzer:BundleManagerCallbackProxyFuzzTest", 150600cc4afSopenharmony_ci "fuzztest_others/bundlemanagercallbackstub_fuzzer:BundleManagerCallbackStubFuzzTest", 151600cc4afSopenharmony_ci "fuzztest_others/bundlemutiuserinstaller_fuzzer:BundleMutiuserInstallerFuzzTest", 152600cc4afSopenharmony_ci "fuzztest_others/bundleoverlayinstallchecker_fuzzer:BundleOverlayInstallCheckerFuzzTest", 153600cc4afSopenharmony_ci "fuzztest_others/bundleoverlaymgr_fuzzer:BundleOverlayMgrFuzzTest", 154600cc4afSopenharmony_ci "fuzztest_others/bundleresconfiguration_fuzzer:BundleResConfigurationFuzzTest", 155600cc4afSopenharmony_ci "fuzztest_others/bundleresdrawable_fuzzer:BundleResDrawableFuzzTest", 156600cc4afSopenharmony_ci "fuzztest_others/bundlereshostimpl_fuzzer:BundleResHostImplFuzzTest", 157600cc4afSopenharmony_ci "fuzztest_others/bundleresmgr_fuzzer:BundleResMgrFuzzTest", 158600cc4afSopenharmony_ci "fuzztest_others/bundleresparam_fuzzer:BundleResParamFuzzTest", 159600cc4afSopenharmony_ci "fuzztest_others/bundleresparser_fuzzer:BundleResParserFuzzTest", 160600cc4afSopenharmony_ci "fuzztest_others/bundleresprocess_fuzzer:BundleResProcessFuzzTest", 161600cc4afSopenharmony_ci "fuzztest_others/bundleresrdb_fuzzer:BundleResRdbFuzzTest", 162600cc4afSopenharmony_ci "fuzztest_others/checkfileparam_fuzzer:CheckFileParamFuzzTest", 163600cc4afSopenharmony_ci "fuzztest_others/checkmoduleexist_fuzzer:CheckModuleExistFuzzTest", 164600cc4afSopenharmony_ci "fuzztest_others/commonevent_fuzzer:CommonEventFuzzTest", 165600cc4afSopenharmony_ci "fuzztest_others/copyfiles_fuzzer:CopyFilesFuzzTest", 166600cc4afSopenharmony_ci "fuzztest_others/copytotempdir_fuzzer:CopyToTempDirFuzzTest", 167600cc4afSopenharmony_ci "fuzztest_others/createfd_fuzzer:CreateFdFuzzTest", 168600cc4afSopenharmony_ci "fuzztest_others/defaultapphostimpl_fuzzer:DefaultAppHostImplFuzzTest", 169600cc4afSopenharmony_ci "fuzztest_others/defaultappmgr_fuzzer:DefaultAppMgrFuzzTest", 170600cc4afSopenharmony_ci "fuzztest_others/defaultappproxy_fuzzer:DefaultAppProxyFuzzTest", 171600cc4afSopenharmony_ci "fuzztest_others/defaultapprdb_fuzzer:DefaultAppRdbFuzzTest", 172600cc4afSopenharmony_ci "fuzztest_others/deleteappjumpcontrolrule_fuzzer:DeleteAppJumpControlRuleFuzzTest", 173600cc4afSopenharmony_ci "fuzztest_others/deletequickfix_fuzzer:DeleteQuickFixFuzzTest", 174600cc4afSopenharmony_ci "fuzztest_others/deleterulebycallerbundlename_fuzzer:DeleteRuleByCallerBundleNameFuzzTest", 175600cc4afSopenharmony_ci "fuzztest_others/deleterulebytargetbundlename_fuzzer:DeleteRuleByTargetBundleNameFuzzTest", 176600cc4afSopenharmony_ci "fuzztest_others/deployquickfix_fuzzer:DeployQuickFixFuzzTest", 177600cc4afSopenharmony_ci "fuzztest_others/disabledynamicicon_fuzzer:DisableDynamicIconFuzzTest", 178600cc4afSopenharmony_ci "fuzztest_others/distributedmanager_fuzzer:DistributedManagerFuzzTest", 179600cc4afSopenharmony_ci "fuzztest_others/driverinstaller_fuzzer:DriverInstallerFuzzTest", 180600cc4afSopenharmony_ci "fuzztest_others/elementname_fuzzer:ElementNameFuzzTest", 181600cc4afSopenharmony_ci "fuzztest_others/filenamevalid_fuzzer:FileNameValidFuzzTest", 182600cc4afSopenharmony_ci "fuzztest_others/getappjumpcontrolrule_fuzzer:GetAppJumpControlRuleFuzzTest", 183600cc4afSopenharmony_ci "fuzztest_others/getdynamicicon_fuzzer:GetDynamicIconFuzzTest", 184600cc4afSopenharmony_ci "fuzztest_others/getinnerbundleinfo_fuzzer:GetInnerBundleInfoFuzzTest", 185600cc4afSopenharmony_ci "fuzztest_others/hmpbundleinstaller_fuzzer:HmpBundleInstallerFuzzTest", 186600cc4afSopenharmony_ci "fuzztest_others/innereventreport_fuzzer:InnerEventReportFuzzTest", 187600cc4afSopenharmony_ci "fuzztest_others/innersaveextendresourceinfo_fuzzer:InnerSaveExtendResourceInfoFuzzTest", 188600cc4afSopenharmony_ci "fuzztest_others/installparamunmarshalling_fuzzer:InstallParamUnmarshallingFuzzTest", 189600cc4afSopenharmony_ci "fuzztest_others/launcherservice_fuzzer:LauncherServiceFuzzTest", 190600cc4afSopenharmony_ci "fuzztest_others/mkdirifnotexist_fuzzer:MkDirIfNotExistFuzzTest", 191600cc4afSopenharmony_ci "fuzztest_others/moduleinfo_fuzzer:ModuleInfoFuzzTest", 192600cc4afSopenharmony_ci "fuzztest_others/overlaydatamgr_fuzzer:OverlayDataMgrFuzzTest", 193600cc4afSopenharmony_ci "fuzztest_others/overlaymanagerhost_fuzzer:OverlayManagerHostFuzzTest", 194600cc4afSopenharmony_ci "fuzztest_others/overlaymgrhostimpl_fuzzer:OverlayMgrHostImplFuzzTest", 195600cc4afSopenharmony_ci "fuzztest_others/parsebundleresource_fuzzer:ParseBundleResourceFuzzTest", 196600cc4afSopenharmony_ci "fuzztest_others/parseextendresourcefile_fuzzer:ParseExtendResourceFileFuzzTest", 197600cc4afSopenharmony_ci "fuzztest_others/parsesyscap_fuzzer:ParseSysCapFuzzTest", 198600cc4afSopenharmony_ci "fuzztest_others/permissiondef_fuzzer:PermissionDefFuzzTest", 199600cc4afSopenharmony_ci "fuzztest_others/preinstallexceptionmgr_fuzzer:PreInstallExceptionMgrFuzzTest", 200600cc4afSopenharmony_ci "fuzztest_others/processaddextresource_fuzzer:ProcessAddExtResourceFuzzTest", 201600cc4afSopenharmony_ci "fuzztest_others/quickfix_fuzzer:QuickFixFuzzTest", 202600cc4afSopenharmony_ci "fuzztest_others/quickfixbootscanner_fuzzer:QuickFixBootScannerFuzzTest", 203600cc4afSopenharmony_ci "fuzztest_others/quickfixchecker_fuzzer:QuickFixCheckerFuzzTest", 204600cc4afSopenharmony_ci "fuzztest_others/quickfixdatamgr_fuzzer:QuickFixDataMgrFuzzTest", 205600cc4afSopenharmony_ci "fuzztest_others/quickfixdeleter_fuzzer:QuickFixDeleterFuzzTest", 206600cc4afSopenharmony_ci "fuzztest_others/quickfixdeployer_fuzzer:QuickFixDeployerFuzzTest", 207600cc4afSopenharmony_ci "fuzztest_others/quickfixmanagerhost_fuzzer:QuickFixManagerHostFuzzTest", 208600cc4afSopenharmony_ci "fuzztest_others/quickfixmanagerhostipml_fuzzer:QuickFixManagerHostIpmlFuzzTest", 209600cc4afSopenharmony_ci "fuzztest_others/quickfixmanagerrdb_fuzzer:QuickFixManagerRdbFuzzTest", 210600cc4afSopenharmony_ci "fuzztest_others/quickfixmgr_fuzzer:QuickFixMgrFuzzTest", 211600cc4afSopenharmony_ci "fuzztest_others/quickfixstatuscallbackproxy_fuzzer:QuickFixStatusCallbackProxyFuzzTest", 212600cc4afSopenharmony_ci "fuzztest_others/quickfixswitcher_fuzzer:QuickFixSwitcherFuzzTest", 213600cc4afSopenharmony_ci "fuzztest_others/recentlyunusedagingmgr_fuzzer:RecentlyUnusedAgingMgrFuzzTest", 214600cc4afSopenharmony_ci "fuzztest_others/removeextresourcesdb_fuzzer:RemoveExtResourcesDbFuzzTest", 215600cc4afSopenharmony_ci "fuzztest_others/resetbundleresourceicon_fuzzer:ResetBundleResourceIconFuzzTest", 216600cc4afSopenharmony_ci "fuzztest_others/rollback_fuzzer:RollBackFuzzTest", 217600cc4afSopenharmony_ci "fuzztest_others/routerdatastoragerdb_fuzzer:RouterDataStorageRdbFuzzTest", 218600cc4afSopenharmony_ci "fuzztest_others/routermaphelper_fuzzer:RouterMapHelperFuzzTest", 219600cc4afSopenharmony_ci "fuzztest_others/savecurdynamicicon_fuzzer:SaveCurDynamicIconFuzzTest", 220600cc4afSopenharmony_ci "fuzztest_others/sendbroadcast_fuzzer:SendBroadCastFuzzTest", 221600cc4afSopenharmony_ci "fuzztest_others/servicecenterconnection_fuzzer:ServiceCenterConnectionFuzzTest", 222600cc4afSopenharmony_ci "fuzztest_others/servicecenterstatuscallback_fuzzer:ServiceCenterStatusCallbackFuzzTest", 223600cc4afSopenharmony_ci "fuzztest_others/servicecenterstatuscallbackstub_fuzzer:ServiceCenterStatusCallbackStubFuzzTest", 224600cc4afSopenharmony_ci "fuzztest_others/shortcutdatastoragerdb_fuzzer:ShortCutDataStorageRdbFuzzTest", 225600cc4afSopenharmony_ci "fuzztest_others/shortcutinfo_fuzzer:ShortcutInfoFuzzTest", 226600cc4afSopenharmony_ci "fuzztest_others/switchquickfix_fuzzer:SwitchQuickFixFuzzTest", 227600cc4afSopenharmony_ci "fuzztest_others/systemabilityhelper_fuzzer:SystemAbilityHelperFuzzTest", 228600cc4afSopenharmony_ci "fuzztest_others/updateextresourcesdb_fuzzer:UpdateExtResourcesDbFuzzTest", 229600cc4afSopenharmony_ci "fuzztest_others/upgradeatomicservice_fuzzer:UpgradeAtomicServiceFuzzTest", 230600cc4afSopenharmony_ci "fuzztest_others/verifycallingpermission_fuzzer:VerifyCallingPermissionFuzzTest", 231600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplcheckfileparam_fuzzer:VerifyManagerHostImplCheckFileParamFuzzTest", 232600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplcopyfilestotempdir_fuzzer:VerifyManagerHostImplCopyFilesToTempDirFuzzTest", 233600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimpldeleteabc_fuzzer:VerifyManagerHostImplDeleteAbcFuzzTest", 234600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplgetbundlemutex_fuzzer:VerifyManagerHostImplGetBundleMutexFuzzTest", 235600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplgetcallingbundlename_fuzzer:VerifyManagerHostImplGetCallingBundleNameFuzzTest", 236600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplgetfiledir_fuzzer:VerifyManagerHostImplGetFileDirFuzzTest", 237600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplgetfilename_fuzzer:VerifyManagerHostImplGetFileNameFuzzTest", 238600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplgetrealpath_fuzzer:VerifyManagerHostImplGetRealPathFuzzTest", 239600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplinnerverify_fuzzer:VerifyManagerHostImplInnerVerifyFuzzTest", 240600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplmkdirIfnotexist_fuzzer:VerifyManagerHostImplMkdirIfNotExistFuzzTest", 241600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplmoveabc_fuzzer:VerifyManagerHostImplMoveAbcFuzzTest", 242600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplremovetempfiles_fuzzer:VerifyManagerHostImplRemoveTempFilesFuzzTest", 243600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplremovetempfilespaths_fuzzer:VerifyManagerHostImplRemoveTempFilesPathsFuzzTest", 244600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplrollback_fuzzer:VerifyManagerHostImplRollBackFuzzTest", 245600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplrollbackdir_fuzzer:VerifyManagerHostImplRollBackDirFuzzTest", 246600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplverify_fuzzer:VerifyManagerHostImplVerifyFuzzTest", 247600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplverifyabc_fuzzer:VerifyManagerHostImplVerifyAbcFuzzTest", 248600cc4afSopenharmony_ci "fuzztest_others/verifymanagerhostimplverifyabcdir_fuzzer:VerifyManagerHostImplVerifyAbcDirFuzzTest", 249600cc4afSopenharmony_ci "fuzztest_others/zip_fuzzer:ZipFuzzTest", 250600cc4afSopenharmony_ci ] 251600cc4afSopenharmony_ci 252600cc4afSopenharmony_ci if (bundle_framework_default_app) { 253600cc4afSopenharmony_ci deps += [ 254600cc4afSopenharmony_ci "fuzztest_information/getdefaultapplication_fuzzer:GetDefaultApplicationFuzzTest", 255600cc4afSopenharmony_ci "fuzztest_others/isdefaultapplication_fuzzer:IsDefaultApplicationFuzzTest", 256600cc4afSopenharmony_ci "fuzztest_others/resetdefaultapplication_fuzzer:ResetDefaultApplicationFuzzTest", 257600cc4afSopenharmony_ci "fuzztest_others/setdefaultapplication_fuzzer:SetDefaultApplicationFuzzTest", 258600cc4afSopenharmony_ci ] 259600cc4afSopenharmony_ci } 260600cc4afSopenharmony_ci 261600cc4afSopenharmony_ci if (bundle_framework_app_control) { 262600cc4afSopenharmony_ci deps += [ 263600cc4afSopenharmony_ci "fuzztest_application/addappInstallcontrolrule_fuzzer:AddAppInstallControlRuleFuzzTest", 264600cc4afSopenharmony_ci "fuzztest_application/addappjumpcontrolrule_fuzzer:AddAppJumpControlRuleFuzzTest", 265600cc4afSopenharmony_ci "fuzztest_application/addapprunningcontrolrule_fuzzer:AddAppRunningControlRuleFuzzTest", 266600cc4afSopenharmony_ci "fuzztest_application/apprunningcontrolrule_fuzzer:AppRunningControlRuleFuzzTest", 267600cc4afSopenharmony_ci "fuzztest_application/apprunningcontrolruleresult_fuzzer:AppRunningControlRuleResultFuzzTest", 268600cc4afSopenharmony_ci "fuzztest_application/deleteappinstallcontrolrule_fuzzer:DeleteAppInstallControlRuleFuzzTest", 269600cc4afSopenharmony_ci "fuzztest_application/deleteapprunningcontrolrule_fuzzer:DeleteAppRunningControlRuleFuzzTest", 270600cc4afSopenharmony_ci "fuzztest_information/getappinstallcontrolrule_fuzzer:GetAppInstallControlRuleFuzzTest", 271600cc4afSopenharmony_ci "fuzztest_information/getapprunningcontrolrule_fuzzer:GetAppRunningControlRuleFuzzTest", 272600cc4afSopenharmony_ci "fuzztest_information/getdisposedstatus_fuzzer:GetDisposedStatusFuzzTest", 273600cc4afSopenharmony_ci "fuzztest_others/deletedisposedstatus_fuzzer:DeleteDisposedStatusFuzzTest", 274600cc4afSopenharmony_ci "fuzztest_others/setdisposedstatus_fuzzer:SetDisposedStatusFuzzTest", 275600cc4afSopenharmony_ci ] 276600cc4afSopenharmony_ci } 277600cc4afSopenharmony_ci} 278