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("testHapNoSo") {
15  testonly = true
16  deps = []
17
18  deps += [
19    # deps file
20    "hapNotIncludeso1:hapNotIncludeso1",
21    "hapNotIncludeso2:hapNotIncludeso2",
22    "hapNotIncludeso3:hapNotIncludeso3",
23    "hapNotIncludeso4:hapNotIncludeso4",
24    "hapNotIncludeso5:hapNotIncludeso5",
25    "hapNotIncludeso5/feature1:hapNotIncludesoFeature1",
26    "hapNotIncludeso5/feature2:hapNotIncludesoFeature2",
27    "hapNotIncludeso5/feature3:hapNotIncludesoFeature3",
28    "hapNotIncludeso6:hapNotIncludeso6",
29    "hapNotIncludeso6/feature4:hapNotIncludesoFeature4",
30    "hapNotIncludeso6/feature5:hapNotIncludesoFeature5",
31    "hapNotIncludeso6/feature6:hapNotIncludesoFeature6",
32    "hapSectionContainso1:hapSectionContainso1",
33    "hapSectionContainso1/feature1:hapSectionContainsoFeature1",
34    "hapSectionContainso1/feature2:hapSectionContainsoFeature2",
35    "hapSectionContainso1/feature3:hapSectionContainsoFeature3",
36    "hapSectionContainso2:hapSectionContainso2",
37    "hapSectionContainso2/feature4:hapSectionContainsoFeature4",
38    "hapSectionContainso2/feature5:hapSectionContainsoFeature5",
39    "hapSectionContainso2/feature6:hapSectionContainsoFeature6",
40  ]
41}
42