1bc2ed2b3Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 2bc2ed2b3Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3bc2ed2b3Sopenharmony_ci# you may not use this file except in compliance with the License. 4bc2ed2b3Sopenharmony_ci# You may obtain a copy of the License at 5bc2ed2b3Sopenharmony_ci# 6bc2ed2b3Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7bc2ed2b3Sopenharmony_ci# 8bc2ed2b3Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9bc2ed2b3Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10bc2ed2b3Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11bc2ed2b3Sopenharmony_ci# See the License for the specific language governing permissions and 12bc2ed2b3Sopenharmony_ci# limitations under the License. 13bc2ed2b3Sopenharmony_ci 14bc2ed2b3Sopenharmony_ciimport("//build/test.gni") 15bc2ed2b3Sopenharmony_ci 16bc2ed2b3Sopenharmony_cigroup("fuzztest") { 17bc2ed2b3Sopenharmony_ci testonly = true 18bc2ed2b3Sopenharmony_ci deps = [ 19bc2ed2b3Sopenharmony_ci "cardemulation_test/hcesessionstub:hcesessionstub_fuzztest", 20bc2ed2b3Sopenharmony_ci "controller_test/nfccontroller:nfccontroller_fuzztest", 21bc2ed2b3Sopenharmony_ci "services_test/appdataparser_test/appdataparser:appdataparser_fuzztest", 22bc2ed2b3Sopenharmony_ci "services_test/btconnectionmanager_test/btconnectionmanager:btconnectionmanager_fuzztest", 23bc2ed2b3Sopenharmony_ci "services_test/cardemulation_test/hceservice:hceservice_fuzztest", 24bc2ed2b3Sopenharmony_ci "services_test/controller_test/nfccontrollerstub:nfccontrollerstub_fuzztest", 25bc2ed2b3Sopenharmony_ci "services_test/external_deps_test/externaldepsproxy:externaldepsproxy_fuzztest", 26bc2ed2b3Sopenharmony_ci "services_test/hcecmdcallback_test/hcecmdcallbackstub:hcecmdcallbackstub_fuzztest", 27bc2ed2b3Sopenharmony_ci "services_test/hcesession_test/hcesession:hcesession_fuzztest", 28bc2ed2b3Sopenharmony_ci "services_test/hostcardemulationmanager_test/hostcardemulationmanager:hostcardemulationmanager_fuzztest", 29bc2ed2b3Sopenharmony_ci "services_test/isodepcardhandler_test/isodepcardhandler:isodepcardhandler_fuzztest", 30bc2ed2b3Sopenharmony_ci "services_test/nci_adapter_test/ncitagproxy:ncitagproxy_fuzztest", 31bc2ed2b3Sopenharmony_ci "services_test/ndefbtdataparser_test/ndefbtdataparser:ndefbtdataparser_fuzztest", 32bc2ed2b3Sopenharmony_ci "services_test/ndefhardataparser_test/ndefhardataparser:ndefhardataparser_fuzztest", 33bc2ed2b3Sopenharmony_ci "services_test/ndefmsgcallback_test/ndefmsgcallbackstub:ndefmsgcallbackstub_fuzztest", 34bc2ed2b3Sopenharmony_ci "services_test/ndefwifidataparser_test/ndefwifidataparser:ndefwifidataparser_fuzztest", 35bc2ed2b3Sopenharmony_ci "services_test/nfcabilityconnectioncallback_test/nfcabilityconnectioncallback:nfcabilityconnectioncallback_fuzztest", 36bc2ed2b3Sopenharmony_ci "services_test/nfccontrollerimpl_test/nfccontrollerimpl:nfccontrollerimpl_fuzztest", 37bc2ed2b3Sopenharmony_ci "services_test/nfcdatashareimpl_test/nfcdatashareimpl:nfcdatashareimpl_fuzztest", 38bc2ed2b3Sopenharmony_ci "services_test/nfcpollingmanager_test/nfcpollingmanager:nfcpollingmanager_fuzztest", 39bc2ed2b3Sopenharmony_ci "services_test/oncardemulationnotifycbstub_test/oncardemulationnotifycbstub:oncardemulationnotifycbstub_fuzztest", 40bc2ed2b3Sopenharmony_ci "services_test/settingdatashareimpl_test/settingdatashareimpl:settingdatashareimpl_fuzztest", 41bc2ed2b3Sopenharmony_ci "services_test/tagabilitydispatcher_test/tagabilitydispatcher:tagabilitydispatcher_fuzztest", 42bc2ed2b3Sopenharmony_ci "services_test/tagdispatcher_test/tagdispatcher:tagdispatcher_fuzztest", 43bc2ed2b3Sopenharmony_ci "services_test/tags_test/tagsessionstub:tagsessionstub_fuzztest", 44bc2ed2b3Sopenharmony_ci "services_test/tagsession_test/tagsession:tagsession_fuzztest", 45bc2ed2b3Sopenharmony_ci "services_test/utils_test/nfctimer:nfctimer_fuzztest", 46bc2ed2b3Sopenharmony_ci "services_test/wificonnectionmanager_test/wificonnectionmanager:wificonnectionmanager_fuzztest", 47bc2ed2b3Sopenharmony_ci "tags_test/basictagsession:basictagsession_fuzztest", 48bc2ed2b3Sopenharmony_ci "tags_test/iso15693tag:iso15693tag_fuzztest", 49bc2ed2b3Sopenharmony_ci "tags_test/isodeptag:isodeptag_fuzztest", 50bc2ed2b3Sopenharmony_ci "tags_test/mifareclassictag:mifareclassictag_fuzztest", 51bc2ed2b3Sopenharmony_ci "tags_test/mifareultralighttag:mifareultralighttag_fuzztest", 52bc2ed2b3Sopenharmony_ci "tags_test/ndefmessage:ndefmessage_fuzztest", 53bc2ed2b3Sopenharmony_ci "tags_test/ndeftag:ndeftag_fuzztest", 54bc2ed2b3Sopenharmony_ci "tags_test/nfca_tag:nfca_tag_fuzztest", 55bc2ed2b3Sopenharmony_ci "tags_test/nfcsdkcommon:nfcsdkcommon_fuzztest", 56bc2ed2b3Sopenharmony_ci "tags_test/taginfo:taginfo_fuzztest", 57bc2ed2b3Sopenharmony_ci ] 58bc2ed2b3Sopenharmony_ci} 59