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 deps = [] 17 18 deps += [ 19 # deps file 20 "abilityinfofromjson_fuzzer:AbilityInfoFromJsonFuzzTest", 21 "abilityinfomarshalling_fuzzer:AbilityInfoMarshallingFuzzTest", 22 "abilityinfounmarshalling_fuzzer:AbilityInfoUnmarshallingFuzzTest", 23 "addappInstallcontrolrule_fuzzer:AddAppInstallControlRuleFuzzTest", 24 "addapprunningcontrolrule_fuzzer:AddAppRunningControlRuleFuzzTest", 25 "applicationinfo_fuzzer:ApplicationInfoFuzzTest", 26 "applicationinfofromjson_fuzzer:ApplicationInfoFromJsonFuzzTest", 27 "apprunningcontrolrule_fuzzer:AppRunningControlRuleFuzzTest", 28 "apprunningcontrolruleresult_fuzzer:AppRunningControlRuleResultFuzzTest", 29 "bundlefileutil_fuzzer:BundleFileUtilFuzzTest", 30 "bundleinfo_fuzzer:BundleInfoFuzzTest", 31 "bundleinfofromjson_fuzzer:BundleInfoFromJsonFuzzTest", 32 "bundleinstallerproxy_fuzzer:BundleInstallerProxyFuzzTest", 33 "bundlemgrproxy_fuzzer:BundleMgrProxyFuzzTest", 34 "bundlestatuscallbackproxy_fuzzer:BundleStatusCallbackProxyFuzzTest", 35 "bundlestreaminstallerproxy_fuzzer:BundleStreamInstallerProxyFuzzTest", 36 "bundlesyscap_fuzzer:BundleSysCapFuzzTest", 37 "bundleusermgrproxy_fuzzer:BundleUserMgrProxyFuzzTest", 38 "bundleuserinfo_fuzzer:BundleUserInfoFuzzTest", 39 "checkissystemappbyuid_fuzzer:CheckIsSystemAppByUidFuzzTest", 40 "checkpublickeys_fuzzer:CheckPublicKeysFuzzTest", 41 "cleanbundlecachefiles_fuzzer:CleanBundleCacheFilesFuzzTest", 42 "cleanbundledatafiles_fuzzer:CleanBundleDataFilesFuzzTest", 43 "cleancachecallbackproxy_fuzzer:CleanCacheCallbackProxyFuzzTest", 44 "commonevent_fuzzer:CommonEventFuzzTest", 45 "compatibleabilityinfo_fuzzer:CompatibleAbilityInfoFuzzTest", 46 "compatibleapplicationinfo_fuzzer:CompatibleApplicationInfoFuzzTest", 47 "copyfiles_fuzzer:CopyFilesFuzzTest", 48 "deleteappinstallcontrolrule_fuzzer:DeleteAppInstallControlRuleFuzzTest", 49 "deleteapprunningcontrolrule_fuzzer:DeleteAppRunningControlRuleFuzzTest", 50 "deletedisposedstatus_fuzzer:DeleteDisposedStatusFuzzTest", 51 "deletequickfix_fuzzer:DeleteQuickFixFuzzTest", 52 "elementname_fuzzer:ElementNameFuzzTest", 53 "extensionabilityinfo_fuzzer:ExtensionAbilityInfoFuzzTest", 54 "forminfo_fuzzer:FormInfoFuzzTest", 55 "getabilitylabel_fuzzer:GetAbilityLabelFuzzTest", 56 "getaccessibleappcodepaths_fuzzer:GetAccessibleAppCodePathsFuzzTest", 57 "getappidbybundlename_fuzzer:GetAppIdByBundleNameFuzzTest", 58 "getappinstallcontrolrule_fuzzer:GetAppInstallControlRuleFuzzTest", 59 "getapplicationinfo_fuzzer:GetApplicationInfoFuzzTest", 60 "getapplicationinfos_fuzzer:GetApplicationInfosFuzzTest", 61 "getapprunningcontrolrule_fuzzer:GetAppRunningControlRuleFuzzTest", 62 "getapptype_fuzzer:GetAppTypeFuzzTest", 63 "getbundleInfosbymetadata_fuzzer:GetBundleInfosByMetaDataFuzzTest", 64 "getbundlearchiveinfo_fuzzer:GetBundleArchiveInfoFuzzTest", 65 "getbundlegids_fuzzer:GetBundleGidsFuzzTest", 66 "getbundlegidsbyuid_fuzzer:GetBundleGidsByUidFuzzTest", 67 "getbundleinfo_fuzzer:GetBundleInfoFuzzTest", 68 "getbundleinfos_fuzzer:GetBundleInfosFuzzTest", 69 "getbundlenameforuid_fuzzer:GetBundleNameForUidFuzzTest", 70 "getbundlepackinfo_fuzzer:GetBundlePackInfoFuzzTest", 71 "getbundlesforuid_fuzzer:GetBundlesForUidFuzzTest", 72 "getdefaultapplication_fuzzer:GetDefaultApplicationFuzzTest", 73 "getdisposedstatus_fuzzer:GetDisposedStatusFuzzTest", 74 "gethapmoduleinfo_fuzzer:GetHapModuleInfoFuzzTest", 75 "getlaunchwantforbundle_fuzzer:GetLaunchWantForBundleFuzzTest", 76 "getnameforuid_fuzzer:GetNameForUidFuzzTest", 77 "getpermissiondef_fuzzer:GetPermissionDefFuzzTest", 78 "getsystemavailablecapabilities_fuzzer:GetSystemAvailableCapabilitiesFuzzTest", 79 "getuidbybundlename_fuzzer:GetUidByBundleNameFuzzTest", 80 "hapmoduleinfo_fuzzer:HapModuleInfoFuzzTest", 81 "hassystemcapability_fuzzer:HasSystemCapabilityFuzzTest", 82 "installparam_fuzzer:InstallParamFuzzTest", 83 "installparamunmarshalling_fuzzer:InstallParamUnmarshallingFuzzTest", 84 "isdefaultapplication_fuzzer:IsDefaultApplicationFuzzTest", 85 "launcherservice_fuzzer:LauncherServiceFuzzTest", 86 "moduleinfo_fuzzer:ModuleInfoFuzzTest", 87 "moduleusagerecord_fuzzer:ModuleUsageRecordFuzzTest", 88 "parsesyscap_fuzzer:ParseSysCapFuzzTest", 89 "permissiondef_fuzzer:PermissionDefFuzzTest", 90 "queryabilityinfo_fuzzer:QueryAbilityInfoFuzzTest", 91 "queryabilityinfobyuri_fuzzer:QueryAbilityInfoByUriFuzzTest", 92 "queryabilityinfos_fuzzer:QueryAbilityInfosFuzzTest", 93 "queryabilityinfosbyuri_fuzzer:QueryAbilityInfosByUriFuzzTest", 94 "queryallabilityinfos_fuzzer:QueryAllAbilityInfosFuzzTest", 95 "querykeepalivebundleinfos_fuzzer:QueryKeepAliveBundleInfosFuzzTest", 96 "remoteabilityinfo_fuzzer:RemoteAbilityInfoFuzzTest", 97 "resetdefaultapplication_fuzzer:ResetDefaultApplicationFuzzTest", 98 "setdefaultapplication_fuzzer:SetDefaultApplicationFuzzTest", 99 "setdisposedstatus_fuzzer:SetDisposedStatusFuzzTest", 100 "shortcutinfo_fuzzer:ShortcutInfoFuzzTest", 101 "switchquickfix_fuzzer:SwitchQuickFixFuzzTest", 102 "upgradeatomicservice_fuzzer:UpgradeAtomicServiceFuzzTest", 103 "verifycallingpermission_fuzzer:VerifyCallingPermissionFuzzTest", 104 ] 105} 106