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    "addaccountimplicitlystub_fuzzer:AddAccountImplicitlyStubFuzzTest",
19    "addaccountstub_fuzzer:AddAccountStubFuzzTest",
20    "authenticatestub_fuzzer:AuthenticateStubFuzzTest",
21    "checkaccountlabelsstub_fuzzer:CheckAccountLabelsStubFuzzTest",
22    "checkappaccessstub_fuzzer:CheckAppAccessStubFuzzTest",
23    "checkappaccountsyncenablestub_fuzzer:CheckAppAccountSyncEnableStubFuzzTest",
24    "checkoauthtokenvisibilitystub_fuzzer:CheckOAuthTokenVisibilityStubFuzzTest",
25    "createaccountimplicitlystub_fuzzer:CreateAccountImplicitlyStubFuzzTest",
26    "createaccountstub_fuzzer:CreateAccountStubFuzzTest",
27    "deleteaccountcredentialstub_fuzzer:DeleteAccountCredentialStubFuzzTest",
28    "deleteaccountstub_fuzzer:DeleteAccountStubFuzzTest",
29    "deleteoauthtokenstub_fuzzer:DeleteOAuthTokenStubFuzzTest",
30    "getaccountcredentialstub_fuzzer:GetAccountCredentialStubFuzzTest",
31    "getaccountextrainfostub_fuzzer:GetAccountExtraInfoStubFuzzTest",
32    "getallaccessibleaccountsstub_fuzzer:GetAllAccessibleAccountsStubFuzzTest",
33    "getallaccountsstub_fuzzer:GetAllAccountsStubFuzzTest",
34    "getalloauthtokensstub_fuzzer:GetAllOAuthTokensStubFuzzTest",
35    "getassociateddatastub_fuzzer:GetAssociatedDataStubFuzzTest",
36    "getauthenticatorcallbackstub_fuzzer:GetAuthenticatorCallbackStubFuzzTest",
37    "getauthenticatorinfostub_fuzzer:GetAuthenticatorInfoStubFuzzTest",
38    "getauthliststub_fuzzer:GetAuthListStubFuzzTest",
39    "getoauthtokenstub_fuzzer:GetOAuthTokenStubFuzzTest",
40    "selectaccountsbyoptionsstub_fuzzer:SelectAccountsByOptionsStubFuzzTest",
41    "setaccountcredentialstub_fuzzer:SetAccountCredentialStubFuzzTest",
42    "setaccountextrainfostub_fuzzer:SetAccountExtraInfoStubFuzzTest",
43    "setappaccessstub_fuzzer:SetAppAccessStubFuzzTest",
44    "setappaccountsyncenablestub_fuzzer:SetAppAccountSyncEnableStubFuzzTest",
45    "setassociateddatastub_fuzzer:SetAssociatedDataStubFuzzTest",
46    "setauthenticatorpropertiesstub_fuzzer:SetAuthenticatorPropertiesStubFuzzTest",
47    "setoauthtokenstub_fuzzer:SetOAuthTokenStubFuzzTest",
48    "setoauthtokenvisibilitystub_fuzzer:SetOAuthTokenVisibilityStubFuzzTest",
49    "subscribeappaccountstub_fuzzer:SubscribeAppAccountStubFuzzTest",
50    "unsubscribeappaccountstub_fuzzer:UnSubscribeAppAccountStubFuzzTest",
51    "verifycredentialstub_fuzzer:VerifyCredentialStubFuzzTest",
52  ]
53}
54