1# Copyright (c) 2022 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. 13 14import("//build/test.gni") 15 16group("fuzztest") { 17 testonly = true 18 deps = [ 19 "controller_test/nfccontroller:nfccontroller_fuzztest", 20 "services_test/controller_test/nfccontrollerstub:nfccontrollerstub_fuzztest", 21 "services_test/external_deps_test/externaldepsproxy:externaldepsproxy_fuzztest", 22 "services_test/tagdispatcher_test/tagdispatcher:tagdispatcher_fuzztest", 23 "services_test/tags_test/tagsessionstub:tagsessionstub_fuzztest", 24 "services_test/utils_test/nfctimer:nfctimer_fuzztest", 25 "tags_test/basictagsession:basictagsession_fuzztest", 26 "tags_test/iso15693tag:iso15693tag_fuzztest", 27 "tags_test/isodeptag:isodeptag_fuzztest", 28 "tags_test/mifareclassictag:mifareclassictag_fuzztest", 29 "tags_test/mifareultralighttag:mifareultralighttag_fuzztest", 30 "tags_test/ndefmessage:ndefmessage_fuzztest", 31 "tags_test/ndeftag:ndeftag_fuzztest", 32 "tags_test/nfca_tag:nfca_tag_fuzztest", 33 "tags_test/taginfo:taginfo_fuzztest", 34 ] 35} 36