1# Copyright (c) 2023 Huawei Device Co., Ltd. 2# Licensed under the Apache License, Version 2.0 (the "License"); 3# you may not use this file except in compliance with the License. 4# You may obtain a copy of the License at 5# 6# http://www.apache.org/licenses/LICENSE-2.0 7# 8# Unless required by applicable law or agreed to in writing, software 9# distributed under the License is distributed on an "AS IS" BASIS, 10# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11# See the License for the specific language governing permissions and 12# limitations under the License. 13 14group("testHapSo") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 # deps file 20 "hapIncludeso1:hapIncludeso1", 21 "hapIncludeso2:hapIncludeso2", 22 "hapIncludeso3:hapIncludeso3", 23 "hapIncludeso4:hapIncludeso4", 24 "hapIncludeso5:hapIncludeso5", 25 "hapIncludeso5/feature1:hapIncludeso5Feature1", 26 "hapIncludeso5/feature2:hapIncludeso5Feature2", 27 "hapIncludeso5/feature3:hapIncludeso5Feature3", 28 "hapIncludeso5/feature4:hapIncludeso5Feature4", 29 "hapIncludeso5/feature5:hapIncludeso5Feature5", 30 "hapIncludeso5/feature6:hapIncludeso5Feature6", 31 "hapIncludeso5/feature7:hapIncludeso5Feature7", 32 "hapIncludeso5/feature8:hapIncludeso5Feature8", 33 "hapIncludeso6:hapIncludeso6", 34 "hapIncludeso6/feature1:hapIncludeso6Feature1", 35 "hapIncludeso6/feature2:hapIncludeso6Feature2", 36 "hapIncludeso6/feature3:hapIncludeso6Feature3", 37 "hapIncludeso7:hapIncludeso7", 38 "hapIncludeso7/feature1:hapIncludeso7Feature1", 39 "hapIncludeso8:hapIncludeso8", 40 "hapIncludeso8/feature1:hapIncludeso8Feature1", 41 "hapIncludeso8/feature2:hapIncludeso8Feature2", 42 "hapIncludeso8/feature3:hapIncludeso8Feature3", 43 ] 44} 45