1c2b37d2cSopenharmony_ci# Copyright (c) 2024 Huawei Device Co., Ltd. 2c2b37d2cSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3c2b37d2cSopenharmony_ci# you may not use this file except in compliance with the License. 4c2b37d2cSopenharmony_ci# You may obtain a copy of the License at 5c2b37d2cSopenharmony_ci# 6c2b37d2cSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7c2b37d2cSopenharmony_ci# 8c2b37d2cSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9c2b37d2cSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10c2b37d2cSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11c2b37d2cSopenharmony_ci# See the License for the specific language governing permissions and 12c2b37d2cSopenharmony_ci# limitations under the License. 13c2b37d2cSopenharmony_cigroup("fuzztest") { 14c2b37d2cSopenharmony_ci testonly = true 15c2b37d2cSopenharmony_ci 16c2b37d2cSopenharmony_ci deps = [ 17c2b37d2cSopenharmony_ci # deps file 18c2b37d2cSopenharmony_ci "activateosaccountstub_fuzzer:ActivateOsAccountStubFuzzTest", 19c2b37d2cSopenharmony_ci "checkosaccountconstraintenabledstub_fuzzer:CheckOsAccountConstraintEnabledStubFuzzTest", 20c2b37d2cSopenharmony_ci "createosaccountfordomainstub_fuzzer:CreateOsAccountForDomainStubFuzzTest", 21c2b37d2cSopenharmony_ci "deactivateosaccountstub_fuzzer:DeactivateOsAccountStubFuzzTest", 22c2b37d2cSopenharmony_ci "dumpstatestub_fuzzer:DumpStateStubFuzzTest", 23c2b37d2cSopenharmony_ci "getforegroundosaccountlocalidstub_fuzzer:GetForegroundOsAccountLocalIdStubFuzzTest", 24c2b37d2cSopenharmony_ci "getosaccountallconstraintsstub_fuzzer:GetOsAccountAllConstraintsStubFuzzTest", 25c2b37d2cSopenharmony_ci "getosaccountlocalidbyserialnumberstub_fuzzer:GetOsAccountLocalIdBySerialNumberStubFuzzTest", 26c2b37d2cSopenharmony_ci "getosaccountlocalidfromdomainstub_fuzzer:GetOsAccountLocalIdFromDomainStubFuzzTest", 27c2b37d2cSopenharmony_ci "getosaccountprofilephotostub_fuzzer:GetOsAccountProfilePhotoStubFuzzTest", 28c2b37d2cSopenharmony_ci "getosaccountshortnamebyidstub_fuzzer:GetOsAccountShortNameByIdStubFuzzTest", 29c2b37d2cSopenharmony_ci "getosaccounttypestub_fuzzer:GetOsAccountTypeStubFuzzTest", 30c2b37d2cSopenharmony_ci "getserialnumberbyosaccountlocalidstub_fuzzer:GetSerialNumberByOsAccountLocalIdStubFuzzTest", 31c2b37d2cSopenharmony_ci "isosaccountactivedstub_fuzzer:IsOsAccountActivedStubFuzzTest", 32c2b37d2cSopenharmony_ci "isosaccountcompletedstub_fuzzer:IsOsAccountCompletedStubFuzzTest", 33c2b37d2cSopenharmony_ci "isosaccountconstraintenablestub_fuzzer:IsOsAccountConstraintEnableStubFuzzTest", 34c2b37d2cSopenharmony_ci "isosaccountexistsstub_fuzzer:IsOsAccountExistsStubFuzzTest", 35c2b37d2cSopenharmony_ci "isosaccountforegroundstub_fuzzer:IsOsAccountForegroundStubFuzzTest", 36c2b37d2cSopenharmony_ci "isosaccountverifiedstub_fuzzer:IsOsAccountVerifiedStubFuzzTest", 37c2b37d2cSopenharmony_ci "proccreateosaccountstub_fuzzer:ProcCreateOsAccountStubFuzzTest", 38c2b37d2cSopenharmony_ci "proccreateosaccountwithshortnamestub_fuzzer:ProcCreateOsAccountWithShortNameStubFuzzTest", 39c2b37d2cSopenharmony_ci "procgetcreatedosaccountscountstub_fuzzer:ProcGetCreatedOsAccountsCountStubFuzzTest", 40c2b37d2cSopenharmony_ci "procgetosaccountlocalidfromprocessstub_fuzzer:ProcGetOsAccountLocalIdFromProcessStubFuzzTest", 41c2b37d2cSopenharmony_ci "procgetosaccountnamestub_fuzzer:ProcGetOsAccountNameStubFuzzTest", 42c2b37d2cSopenharmony_ci "procgetosaccountswitchmodstub_fuzzer:ProcGetOsAccountSwitchModStubFuzzTest", 43c2b37d2cSopenharmony_ci "procismainosaccountstub_fuzzer:ProcIsMainOsAccountStubFuzzTest", 44c2b37d2cSopenharmony_ci "procquerymaxosaccountnumberstub_fuzzer:ProcQueryMaxOsAccountNumberStubFuzzTest", 45c2b37d2cSopenharmony_ci "procsetosaccountnamestub_fuzzer:ProcSetOsAccountNameStubFuzzTest", 46c2b37d2cSopenharmony_ci "procstartosaccountstub_fuzzer:ProcStartOsAccountStubFuzzTest", 47c2b37d2cSopenharmony_ci "queryosaccountbyidstub_fuzzer:QueryOsAccountByIdStubFuzzTest", 48c2b37d2cSopenharmony_ci "queryosaccountconstraintsourcetypesstub_fuzzer:QueryOsAccountConstraintSourceTypesStubFuzzTest", 49c2b37d2cSopenharmony_ci "removeosaccountstub_fuzzer:RemoveOsAccountStubFuzzTest", 50c2b37d2cSopenharmony_ci "setcurrentosaccountisverifiedstub_fuzzer:SetCurrentOsAccountIsVerifiedStubFuzzTest", 51c2b37d2cSopenharmony_ci "setdefaultactivatedosaccountstub_fuzzer:SetDefaultActivatedOsAccountStubFuzzTest", 52c2b37d2cSopenharmony_ci "setglobalosaccountconstraintsstub_fuzzer:SetGlobalOsAccountConstraintsStubFuzzTest", 53c2b37d2cSopenharmony_ci "setosaccountconstraintsstub_fuzzer:SetOsAccountConstraintsStubFuzzTest", 54c2b37d2cSopenharmony_ci "setosaccountisverifiedstub_fuzzer:SetOsAccountIsVerifiedStubFuzzTest", 55c2b37d2cSopenharmony_ci "setosaccountprofilephotostub_fuzzer:SetOsAccountProfilePhotoStubFuzzTest", 56c2b37d2cSopenharmony_ci "setosaccounttoberemovedstub_fuzzer:SetOsAccountToBeRemovedStubFuzzTest", 57c2b37d2cSopenharmony_ci "setspecificosaccountconstraintsstub_fuzzer:SetSpecificOsAccountConstraintsStubFuzzTest", 58c2b37d2cSopenharmony_ci "subscribeosaccountstub_fuzzer:SubscribeOsAccountStubFuzzTest", 59c2b37d2cSopenharmony_ci "unsubscribeosaccountstub_fuzzer:UnSubscribeOsAccountStubFuzzTest", 60c2b37d2cSopenharmony_ci ] 61c2b37d2cSopenharmony_ci} 62