1# Copyright (c) 2022-2024 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 "activateosaccount_fuzzer:ActivateOsAccountFuzzTest", 21 "addserverconfig_fuzzer:AddServerConfigFuzzTest", 22 "createosaccount_fuzzer:CreateOsAccountFuzzTest", 23 "deactivateosaccount_fuzzer:DeactivateOsAccountFuzzTest", 24 "getaccountserverconfig_fuzzer:GetAccountServerConfigFuzzTest", 25 "getbundleidfromuid_fuzzer:GetBundleIdFromUidFuzzTest", 26 "getcreatedosaccountnumfromdatabase_fuzzer:GetCreatedOsAccountNumFromDatabaseFuzzTest", 27 "getcreatedosaccountscount_fuzzer:GetCreatedOsAccountsCountFuzzTest", 28 "getdefaultactivatedosaccount_fuzzer:GetDefaultActivatedOsAccountFuzzTest", 29 "getdistributedvirtualdeviceid_fuzzer:GetDistributedVirtualDeviceIdFuzzTest", 30 "getforegroundosaccountlocalid_fuzzer:GetForegroundOsAccountLocalIdFuzzTest", 31 "getmaxallowcreateidfromdatabase_fuzzer:GetMaxAllowCreateIdFromDatabaseFuzzTest", 32 "getosaccountallconstraints_fuzzer:GetOsAccountAllConstraintsFuzzTest", 33 "getosaccountfromdatabase_fuzzer:GetOsAccountFromDatabaseFuzzTest", 34 "getosaccountlistfromdatabase_fuzzer:GetOsAccountListFromDatabaseFuzzTest", 35 "getosaccountlocalidbyserialnumber_fuzzer:GetOsAccountLocalIdBySerialNumberFuzzTest", 36 "getosaccountlocalidfromdomain_fuzzer:GetOsAccountLocalIdFromDomainFuzzTest", 37 "getosaccountlocalidfromprocess_fuzzer:GetOsAccountLocalIdFromProcessFuzzTest", 38 "getosaccountlocalidfromuid_fuzzer:GetOsAccountLocalIdFromUidFuzzTest", 39 "getosaccountprofilephoto_fuzzer:GetOsAccountProfilePhotoFuzzTest", 40 "getosaccountshortname_fuzzer:GetOsAccountShortNameFuzzTest", 41 "getosaccountswitchmod_fuzzer:GetOsAccountSwitchModFuzzTest", 42 "getosaccounttype_fuzzer:GetOsAccountTypeFuzzTest", 43 "getosaccounttypefromprocess_fuzzer:GetOsAccountTypeFromProcessFuzzTest", 44 "getserialnumberbyosaccountlocalid_fuzzer:GetSerialNumberByOsAccountLocalIdFuzzTest", 45 "getserialnumberfromdatabase_fuzzer:GetSerialNumberFromDatabaseFuzzTest", 46 "iscurrentosaccountverified_fuzzer:IsCurrentOsAccountVerifiedFuzzTest", 47 "ismainosaccount_fuzzer:IsMainOsAccountFuzzTest", 48 "ismultiosaccountenable_fuzzer:IsMultiOsAccountEnableFuzzTest", 49 "isosaccountactived_fuzzer:IsOsAccountActivedFuzzTest", 50 "isosaccountcompleted_fuzzer:IsOsAccountCompletedFuzzTest", 51 "isosaccountconstraintenable_fuzzer:IsOsAccountConstraintEnableFuzzTest", 52 "isosaccountexists_fuzzer:IsOsAccountExistsFuzzTest", 53 "isosaccountforeground_fuzzer:IsOsAccountForegroundFuzzTest", 54 "isosaccountverified_fuzzer:IsOsAccountVerifiedFuzzTest", 55 "queryaccountinfo_fuzzer:QueryAccountInfoFuzzTest", 56 "removeosaccount_fuzzer:RemoveOsAccountFuzzTest", 57 "removeserverconfig_fuzzer:RemoveServerConfigFuzzTest", 58 "setcurrentosaccountisverified_fuzzer:SetCurrentOsAccountIsVerifiedFuzzTest", 59 "setdefaultactivatedosaccount_fuzzer:SetDefaultActivatedOsAccountFuzzTest", 60 "setglobalosaccountconstraints_fuzzer:SetGlobalOsAccountConstraintsFuzzTest", 61 "setosaccountconstraints_fuzzer:SetOsAccountConstraintsFuzzTest", 62 "setosaccountisverified_fuzzer:SetOsAccountIsVerifiedFuzzTest", 63 "setosaccountname_fuzzer:SetOsAccountNameFuzzTest", 64 "setosaccountprofilephoto_fuzzer:SetOsAccountProfilePhotoFuzzTest", 65 "setosaccounttoberemoved_fuzzer:SetOsAccountToBeRemovedFuzzTest", 66 "setspecificosaccountconstraints_fuzzer:SetSpecificOsAccountConstraintsFuzzTest", 67 "startosaccount_fuzzer:StartOsAccountFuzzTest", 68 "subscribeosaccount_fuzzer:SubscribeOsAccountFuzzTest", 69 ] 70} 71