# Copyright (c) 2022 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. import("../../../os_account.gni") group("fuzztest") { testonly = true deps = [] deps += [ # deps file "addcredential_fuzzer:AddCredentialFuzzTest", "auth_fuzzer:AuthFuzzTest", "authuser_fuzzer:AuthUserFuzzTest", "cancel_fuzzer:CancelFuzzTest", "cancelauth_fuzzer:CancelAuthFuzzTest", "closesession_fuzzer:CloseSessionFuzzTest", "delcred_fuzzer:DelCredFuzzTest", "deluser_fuzzer:DelUserFuzzTest", "getaccountstate_fuzzer:GetAccountStateFuzzTest", "getauthsubtype_fuzzer:GetAuthSubTypeFuzzTest", "getavailablestatus_fuzzer:GetAvailableStatusFuzzTest", "getcredentialinfo_fuzzer:GetCredentialInfoFuzzTest", "getproperty_fuzzer:GetPropertyFuzzTest", "opensession_fuzzer:OpenSessionFuzzTest", "setauthsubtype_fuzzer:SetAuthSubTypeFuzzTest", "setproperty_fuzzer:SetPropertyFuzzTest", "updatecredential_fuzzer:UpdateCredentialFuzzTest", ] if (has_pin_auth_part) { deps += [ "registerinputer_fuzzer:RegisterInputerFuzzTest", "unregisterinputer_fuzzer:UnRegisterInputerFuzzTest", ] } }