1600cc4afSopenharmony_ci# Copyright (c) 2023 Huawei Device Co., Ltd. 2600cc4afSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3600cc4afSopenharmony_ci# you may not use this file except in compliance with the License. 4600cc4afSopenharmony_ci# You may obtain a copy of the License at 5600cc4afSopenharmony_ci# 6600cc4afSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7600cc4afSopenharmony_ci# 8600cc4afSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9600cc4afSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10600cc4afSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11600cc4afSopenharmony_ci# See the License for the specific language governing permissions and 12600cc4afSopenharmony_ci# limitations under the License. 13600cc4afSopenharmony_ci 14600cc4afSopenharmony_cigroup("testHapSo") { 15600cc4afSopenharmony_ci testonly = true 16600cc4afSopenharmony_ci deps = [] 17600cc4afSopenharmony_ci 18600cc4afSopenharmony_ci deps += [ 19600cc4afSopenharmony_ci # deps file 20600cc4afSopenharmony_ci "hapIncludeso1:hapIncludeso1", 21600cc4afSopenharmony_ci "hapIncludeso2:hapIncludeso2", 22600cc4afSopenharmony_ci "hapIncludeso3:hapIncludeso3", 23600cc4afSopenharmony_ci "hapIncludeso4:hapIncludeso4", 24600cc4afSopenharmony_ci "hapIncludeso5:hapIncludeso5", 25600cc4afSopenharmony_ci "hapIncludeso5/feature1:hapIncludeso5Feature1", 26600cc4afSopenharmony_ci "hapIncludeso5/feature2:hapIncludeso5Feature2", 27600cc4afSopenharmony_ci "hapIncludeso5/feature3:hapIncludeso5Feature3", 28600cc4afSopenharmony_ci "hapIncludeso5/feature4:hapIncludeso5Feature4", 29600cc4afSopenharmony_ci "hapIncludeso5/feature5:hapIncludeso5Feature5", 30600cc4afSopenharmony_ci "hapIncludeso5/feature6:hapIncludeso5Feature6", 31600cc4afSopenharmony_ci "hapIncludeso5/feature7:hapIncludeso5Feature7", 32600cc4afSopenharmony_ci "hapIncludeso5/feature8:hapIncludeso5Feature8", 33600cc4afSopenharmony_ci "hapIncludeso6:hapIncludeso6", 34600cc4afSopenharmony_ci "hapIncludeso6/feature1:hapIncludeso6Feature1", 35600cc4afSopenharmony_ci "hapIncludeso6/feature2:hapIncludeso6Feature2", 36600cc4afSopenharmony_ci "hapIncludeso6/feature3:hapIncludeso6Feature3", 37600cc4afSopenharmony_ci "hapIncludeso7:hapIncludeso7", 38600cc4afSopenharmony_ci "hapIncludeso7/feature1:hapIncludeso7Feature1", 39600cc4afSopenharmony_ci "hapIncludeso8:hapIncludeso8", 40600cc4afSopenharmony_ci "hapIncludeso8/feature1:hapIncludeso8Feature1", 41600cc4afSopenharmony_ci "hapIncludeso8/feature2:hapIncludeso8Feature2", 42600cc4afSopenharmony_ci "hapIncludeso8/feature3:hapIncludeso8Feature3", 43600cc4afSopenharmony_ci ] 44600cc4afSopenharmony_ci} 45