1600cc4afSopenharmony_ci# Copyright (c) 2024 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("extensionDirTest") {
15600cc4afSopenharmony_ci  testonly = true
16600cc4afSopenharmony_ci  deps = []
17600cc4afSopenharmony_ci
18600cc4afSopenharmony_ci  deps += [
19600cc4afSopenharmony_ci    # deps file
20600cc4afSopenharmony_ci    "oneExtensionDir/version1/entry:version1_oneExtension_entry_hap",
21600cc4afSopenharmony_ci    "oneExtensionDir/version1/entry_ex2:version1_oneExtension2_entry_hap",
22600cc4afSopenharmony_ci    "oneExtensionDir/version1/feature:version1_oneExtension_feature_hap",
23600cc4afSopenharmony_ci    "oneExtensionDir/version2/entry:version2_oneExtension_entry_hap",
24600cc4afSopenharmony_ci    "oneExtensionDir/version2/entry_ex2:version2_oneExtension2_entry_hap",
25600cc4afSopenharmony_ci    "oneExtensionDir/version2/feature:version2_oneExtension_feature_hap",
26600cc4afSopenharmony_ci    "twoExtensionDir/version1/entry:version1_twoExtension_entry_hap",
27600cc4afSopenharmony_ci    "twoExtensionDir/version1/feature:version1_twoExtension_feature_hap",
28600cc4afSopenharmony_ci    "twoExtensionDir/version2/entry:version2_twoExtension_entry_hap",
29600cc4afSopenharmony_ci    "twoExtensionDir/version2/feature:version2_twoExtension_feature_hap",
30600cc4afSopenharmony_ci    "withoutExtensionDir/version1/entry:version1_withoutExtension_entry_hap",
31600cc4afSopenharmony_ci    "withoutExtensionDir/version1/feature:version1_withoutExtension_feature_hap",
32600cc4afSopenharmony_ci    "withoutExtensionDir/version1_form/entry:version1_withoutExtension_entry_form_hap",
33600cc4afSopenharmony_ci    "withoutExtensionDir/version2/entry:version2_withoutExtension_entry_hap",
34600cc4afSopenharmony_ci    "withoutExtensionDir/version2/feature:version2_withoutExtension_feature_hap",
35600cc4afSopenharmony_ci    "withoutExtensionDir/version2_form/entry:version2_withoutExtension_entry_form_hap",
36600cc4afSopenharmony_ci  ]
37600cc4afSopenharmony_ci}
38