• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 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.
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    "getosaccountallconstraintsstub_fuzzer:GetOsAccountAllConstraintsStubFuzzTest",
24    "getosaccountlocalidbyserialnumberstub_fuzzer:GetOsAccountLocalIdBySerialNumberStubFuzzTest",
25    "getosaccountlocalidfromdomainstub_fuzzer:GetOsAccountLocalIdFromDomainStubFuzzTest",
26    "getosaccountprofilephotostub_fuzzer:GetOsAccountProfilePhotoStubFuzzTest",
27    "getserialnumberbyosaccountlocalidstub_fuzzer:GetSerialNumberByOsAccountLocalIdStubFuzzTest",
28    "isosaccountactivedstub_fuzzer:IsOsAccountActivedStubFuzzTest",
29    "isosaccountcompletedstub_fuzzer:IsOsAccountCompletedStubFuzzTest",
30    "isosaccountconstraintenablestub_fuzzer:IsOsAccountConstraintEnableStubFuzzTest",
31    "isosaccountexistsstub_fuzzer:IsOsAccountExistsStubFuzzTest",
32    "isosaccountverifiedstub_fuzzer:IsOsAccountVerifiedStubFuzzTest",
33    "proccreateosaccountstub_fuzzer:ProcCreateOsAccountStubFuzzTest",
34    "proccreateosaccountwithshortnamestub_fuzzer:ProcCreateOsAccountWithShortNameStubFuzzTest",
35    "queryosaccountbyidstub_fuzzer:QueryOsAccountByIdStubFuzzTest",
36    "queryosaccountconstraintsourcetypesstub_fuzzer:QueryOsAccountConstraintSourceTypesStubFuzzTest",
37    "removeosaccountstub_fuzzer:RemoveOsAccountStubFuzzTest",
38    "setcurrentosaccountisverifiedstub_fuzzer:SetCurrentOsAccountIsVerifiedStubFuzzTest",
39    "setdefaultactivatedosaccountstub_fuzzer:SetDefaultActivatedOsAccountStubFuzzTest",
40    "setglobalosaccountconstraintsstub_fuzzer:SetGlobalOsAccountConstraintsStubFuzzTest",
41    "setosaccountconstraintsstub_fuzzer:SetOsAccountConstraintsStubFuzzTest",
42    "setosaccountisverifiedstub_fuzzer:SetOsAccountIsVerifiedStubFuzzTest",
43    "setosaccountprofilephotostub_fuzzer:SetOsAccountProfilePhotoStubFuzzTest",
44    "setspecificosaccountconstraintsstub_fuzzer:SetSpecificOsAccountConstraintsStubFuzzTest",
45    "stoposaccountstub_fuzzer:StopOsAccountStubFuzzTest",
46    "subscribeosaccountstub_fuzzer:SubscribeOsAccountStubFuzzTest",
47    "unsubscribeosaccountstub_fuzzer:UnSubscribeOsAccountStubFuzzTest",
48  ]
49}
50