1ea497e4dSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 2ea497e4dSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3ea497e4dSopenharmony_ci# you may not use this file except in compliance with the License. 4ea497e4dSopenharmony_ci# You may obtain a copy of the License at 5ea497e4dSopenharmony_ci# 6ea497e4dSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7ea497e4dSopenharmony_ci# 8ea497e4dSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9ea497e4dSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10ea497e4dSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11ea497e4dSopenharmony_ci# See the License for the specific language governing permissions and 12ea497e4dSopenharmony_ci# limitations under the License. 13ea497e4dSopenharmony_ci 14ea497e4dSopenharmony_cigroup("faceauth_fuzztest") { 15ea497e4dSopenharmony_ci testonly = true 16ea497e4dSopenharmony_ci deps = [ 17ea497e4dSopenharmony_ci "faceauthallinoneexecutorhdi_fuzzer:FaceAuthAllInOneExecutorHdiFuzzTest", 18ea497e4dSopenharmony_ci "faceauthservice_fuzzer:FaceAuthServiceFuzzTest", 19ea497e4dSopenharmony_ci "faceauthstub_fuzzer:FaceAuthStubFuzzTest", 20ea497e4dSopenharmony_ci ] 21ea497e4dSopenharmony_ci} 22