112e714ceSopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 212e714ceSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 312e714ceSopenharmony_ci# you may not use this file except in compliance with the License. 412e714ceSopenharmony_ci# You may obtain a copy of the License at 512e714ceSopenharmony_ci# 612e714ceSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 712e714ceSopenharmony_ci# 812e714ceSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 912e714ceSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 1012e714ceSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1112e714ceSopenharmony_ci# See the License for the specific language governing permissions and 1212e714ceSopenharmony_ci# limitations under the License. 1312e714ceSopenharmony_ci 1412e714ceSopenharmony_ciimport("//build/ohos.gni") 1512e714ceSopenharmony_ci 1612e714ceSopenharmony_cigroup("unittest") { 1712e714ceSopenharmony_ci testonly = true 1812e714ceSopenharmony_ci deps = [ 1912e714ceSopenharmony_ci "components:components_unittest", 2012e714ceSopenharmony_ci "inner_kits:inner_kits_unittest", 2112e714ceSopenharmony_ci "ops:ops_unittest", 2212e714ceSopenharmony_ci ] 2312e714ceSopenharmony_ci} 24