1# Copyright (c) 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.
13group("fuzztest") {
14  testonly = true
15
16  deps = [
17    # deps file
18    "activateosaccountstub_fuzzer:ActivateOsAccountStubFuzzTest",
19    "checkosaccountconstraintenabledstub_fuzzer:CheckOsAccountConstraintEnabledStubFuzzTest",
20    "createosaccountfordomainstub_fuzzer:CreateOsAccountForDomainStubFuzzTest",
21    "deactivateosaccountstub_fuzzer:DeactivateOsAccountStubFuzzTest",
22    "dumpstatestub_fuzzer:DumpStateStubFuzzTest",
23    "getforegroundosaccountlocalidstub_fuzzer:GetForegroundOsAccountLocalIdStubFuzzTest",
24    "getosaccountallconstraintsstub_fuzzer:GetOsAccountAllConstraintsStubFuzzTest",
25    "getosaccountlocalidbyserialnumberstub_fuzzer:GetOsAccountLocalIdBySerialNumberStubFuzzTest",
26    "getosaccountlocalidfromdomainstub_fuzzer:GetOsAccountLocalIdFromDomainStubFuzzTest",
27    "getosaccountprofilephotostub_fuzzer:GetOsAccountProfilePhotoStubFuzzTest",
28    "getosaccountshortnamebyidstub_fuzzer:GetOsAccountShortNameByIdStubFuzzTest",
29    "getosaccounttypestub_fuzzer:GetOsAccountTypeStubFuzzTest",
30    "getserialnumberbyosaccountlocalidstub_fuzzer:GetSerialNumberByOsAccountLocalIdStubFuzzTest",
31    "isosaccountactivedstub_fuzzer:IsOsAccountActivedStubFuzzTest",
32    "isosaccountcompletedstub_fuzzer:IsOsAccountCompletedStubFuzzTest",
33    "isosaccountconstraintenablestub_fuzzer:IsOsAccountConstraintEnableStubFuzzTest",
34    "isosaccountexistsstub_fuzzer:IsOsAccountExistsStubFuzzTest",
35    "isosaccountforegroundstub_fuzzer:IsOsAccountForegroundStubFuzzTest",
36    "isosaccountverifiedstub_fuzzer:IsOsAccountVerifiedStubFuzzTest",
37    "proccreateosaccountstub_fuzzer:ProcCreateOsAccountStubFuzzTest",
38    "proccreateosaccountwithshortnamestub_fuzzer:ProcCreateOsAccountWithShortNameStubFuzzTest",
39    "procgetcreatedosaccountscountstub_fuzzer:ProcGetCreatedOsAccountsCountStubFuzzTest",
40    "procgetosaccountlocalidfromprocessstub_fuzzer:ProcGetOsAccountLocalIdFromProcessStubFuzzTest",
41    "procgetosaccountnamestub_fuzzer:ProcGetOsAccountNameStubFuzzTest",
42    "procgetosaccountswitchmodstub_fuzzer:ProcGetOsAccountSwitchModStubFuzzTest",
43    "procismainosaccountstub_fuzzer:ProcIsMainOsAccountStubFuzzTest",
44    "procquerymaxosaccountnumberstub_fuzzer:ProcQueryMaxOsAccountNumberStubFuzzTest",
45    "procsetosaccountnamestub_fuzzer:ProcSetOsAccountNameStubFuzzTest",
46    "procstartosaccountstub_fuzzer:ProcStartOsAccountStubFuzzTest",
47    "queryosaccountbyidstub_fuzzer:QueryOsAccountByIdStubFuzzTest",
48    "queryosaccountconstraintsourcetypesstub_fuzzer:QueryOsAccountConstraintSourceTypesStubFuzzTest",
49    "removeosaccountstub_fuzzer:RemoveOsAccountStubFuzzTest",
50    "setcurrentosaccountisverifiedstub_fuzzer:SetCurrentOsAccountIsVerifiedStubFuzzTest",
51    "setdefaultactivatedosaccountstub_fuzzer:SetDefaultActivatedOsAccountStubFuzzTest",
52    "setglobalosaccountconstraintsstub_fuzzer:SetGlobalOsAccountConstraintsStubFuzzTest",
53    "setosaccountconstraintsstub_fuzzer:SetOsAccountConstraintsStubFuzzTest",
54    "setosaccountisverifiedstub_fuzzer:SetOsAccountIsVerifiedStubFuzzTest",
55    "setosaccountprofilephotostub_fuzzer:SetOsAccountProfilePhotoStubFuzzTest",
56    "setosaccounttoberemovedstub_fuzzer:SetOsAccountToBeRemovedStubFuzzTest",
57    "setspecificosaccountconstraintsstub_fuzzer:SetSpecificOsAccountConstraintsStubFuzzTest",
58    "subscribeosaccountstub_fuzzer:SubscribeOsAccountStubFuzzTest",
59    "unsubscribeosaccountstub_fuzzer:UnSubscribeOsAccountStubFuzzTest",
60  ]
61}
62