1# Copyright (c) 2022-2023 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 "createosaccount_fuzzer:CreateOsAccountFuzzTest", 22 "createosaccountwithshortname_fuzzer:CreateOsAccountWithShortNameFuzzTest", 23 "deactivateosaccount_fuzzer:DeactivateOsAccountFuzzTest", 24 "getbundleidfromuid_fuzzer:GetBundleIdFromUidFuzzTest", 25 "getcreatedosaccountnumfromdatabase_fuzzer:GetCreatedOsAccountNumFromDatabaseFuzzTest", 26 "getcreatedosaccountscount_fuzzer:GetCreatedOsAccountsCountFuzzTest", 27 "getdefaultactivatedosaccount_fuzzer:GetDefaultActivatedOsAccountFuzzTest", 28 "getdistributedvirtualdeviceid_fuzzer:GetDistributedVirtualDeviceIdFuzzTest", 29 "getmaxallowcreateidfromdatabase_fuzzer:GetMaxAllowCreateIdFromDatabaseFuzzTest", 30 "getosaccountallconstraints_fuzzer:GetOsAccountAllConstraintsFuzzTest", 31 "getosaccountfromdatabase_fuzzer:GetOsAccountFromDatabaseFuzzTest", 32 "getosaccountlistfromdatabase_fuzzer:GetOsAccountListFromDatabaseFuzzTest", 33 "getosaccountlocalidbyserialnumber_fuzzer:GetOsAccountLocalIdBySerialNumberFuzzTest", 34 "getosaccountlocalidfromdomain_fuzzer:GetOsAccountLocalIdFromDomainFuzzTest", 35 "getosaccountlocalidfromprocess_fuzzer:GetOsAccountLocalIdFromProcessFuzzTest", 36 "getosaccountlocalidfromuid_fuzzer:GetOsAccountLocalIdFromUidFuzzTest", 37 "getosaccountprofilephoto_fuzzer:GetOsAccountProfilePhotoFuzzTest", 38 "getosaccountswitchmod_fuzzer:GetOsAccountSwitchModFuzzTest", 39 "getosaccounttypefromprocess_fuzzer:GetOsAccountTypeFromProcessFuzzTest", 40 "getserialnumberbyosaccountlocalid_fuzzer:GetSerialNumberByOsAccountLocalIdFuzzTest", 41 "getserialnumberfromdatabase_fuzzer:GetSerialNumberFromDatabaseFuzzTest", 42 "iscurrentosaccountverified_fuzzer:IsCurrentOsAccountVerifiedFuzzTest", 43 "ismainosaccount_fuzzer:IsMainOsAccountFuzzTest", 44 "ismultiosaccountenable_fuzzer:IsMultiOsAccountEnableFuzzTest", 45 "isosaccountactived_fuzzer:IsOsAccountActivedFuzzTest", 46 "isosaccountcompleted_fuzzer:IsOsAccountCompletedFuzzTest", 47 "isosaccountconstraintenable_fuzzer:IsOsAccountConstraintEnableFuzzTest", 48 "isosaccountexists_fuzzer:IsOsAccountExistsFuzzTest", 49 "isosaccountverified_fuzzer:IsOsAccountVerifiedFuzzTest", 50 "queryactiveosaccountids_fuzzer:QueryActiveOsAccountIdsFuzzTest", 51 "queryallcreatedosaccounts_fuzzer:QueryAllCreatedOsAccountsFuzzTest", 52 "querycurrentosaccount_fuzzer:QueryCurrentOsAccountFuzzTest", 53 "querymaxosaccountnumber_fuzzer:QueryMaxOsAccountNumberFuzzTest", 54 "queryosaccountbyid_fuzzer:QueryOsAccountByIdFuzzTest", 55 "queryosaccountconstraintsourcetypes_fuzzer:QueryOsAccountConstraintSourceTypesFuzzTest", 56 "removeosaccount_fuzzer:RemoveOsAccountFuzzTest", 57 "setcurrentosaccountisverified_fuzzer:SetCurrentOsAccountIsVerifiedFuzzTest", 58 "setdefaultactivatedosaccount_fuzzer:SetDefaultActivatedOsAccountFuzzTest", 59 "setglobalosaccountconstraints_fuzzer:SetGlobalOsAccountConstraintsFuzzTest", 60 "setosaccountconstraints_fuzzer:SetOsAccountConstraintsFuzzTest", 61 "setosaccountisverified_fuzzer:SetOsAccountIsVerifiedFuzzTest", 62 "setosaccountname_fuzzer:SetOsAccountNameFuzzTest", 63 "setosaccountprofilephoto_fuzzer:SetOsAccountProfilePhotoFuzzTest", 64 "setspecificosaccountconstraints_fuzzer:SetSpecificOsAccountConstraintsFuzzTest", 65 "startosaccount_fuzzer:StartOsAccountFuzzTest", 66 "stoposaccount_fuzzer:StopOsAccountFuzzTest", 67 "subscribeosaccount_fuzzer:SubscribeOsAccountFuzzTest", 68 "unsubscribeosaccount_fuzzer:UnsubscribeOsAccountFuzzTest", 69 ] 70} 71