1# Copyright (C) 2022 Huawei Technologies Co., Ltd. 2# Licensed under the Mulan PSL v2. 3# You can use this software according to the terms and conditions of the Mulan PSL v2. 4# You may obtain a copy of Mulan PSL v2 at: 5# http://license.coscl.org.cn/MulanPSL2 6# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR 7# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR 8# PURPOSE. 9# See the Mulan PSL v2 for more details. 10 11group("libteec_vendor_fuzztest") { 12 testonly = true 13 deps = [] 14 15 deps += [ 16 # deps file 17 "libteecvendorallocatesharedmemory_fuzzer:LibteecVendorAllocateSharedMemoryFuzzTest", 18 "libteecvendorclosesession_fuzzer:LibteecVendorCloseSessionFuzzTest", 19 "libteecvendorfinalizecontext_fuzzer:LibteecVendorFinalizeContextFuzzTest", 20 "libteecvendorinitializecontext_fuzzer:LibteecVendorInitializeContextFuzzTest", 21 "libteecvendorinvokecommand_fuzzer:LibteecVendorInvokeCommandFuzzTest", 22 "libteecvendoropensession_fuzzer:LibteecVendorOpenSessionFuzzTest", 23 "libteecvendorregistersharedmemory_fuzzer:LibteecVendorRegisterSharedMemoryFuzzTest", 24 "libteecvendorreleasesharedmemory_fuzzer:LibteecVendorReleaseSharedMemoryFuzzTest", 25 "libteecvendorrequestcancellation_fuzzer:LibteecVendorRequestCancellationFuzzTest", 26 "libteecvendorteecextapi_fuzzer:LibteecVendorTeecExtApiFuzzTest", 27 ] 28} 29