1# Copyright (c) 2024 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("extensionDirTest") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 # deps file 20 "oneExtensionDir/version1/entry:version1_oneExtension_entry_hap", 21 "oneExtensionDir/version1/entry_ex2:version1_oneExtension2_entry_hap", 22 "oneExtensionDir/version1/feature:version1_oneExtension_feature_hap", 23 "oneExtensionDir/version2/entry:version2_oneExtension_entry_hap", 24 "oneExtensionDir/version2/entry_ex2:version2_oneExtension2_entry_hap", 25 "oneExtensionDir/version2/feature:version2_oneExtension_feature_hap", 26 "twoExtensionDir/version1/entry:version1_twoExtension_entry_hap", 27 "twoExtensionDir/version1/feature:version1_twoExtension_feature_hap", 28 "twoExtensionDir/version2/entry:version2_twoExtension_entry_hap", 29 "twoExtensionDir/version2/feature:version2_twoExtension_feature_hap", 30 "withoutExtensionDir/version1/entry:version1_withoutExtension_entry_hap", 31 "withoutExtensionDir/version1/feature:version1_withoutExtension_feature_hap", 32 "withoutExtensionDir/version1_form/entry:version1_withoutExtension_entry_form_hap", 33 "withoutExtensionDir/version2/entry:version2_withoutExtension_entry_hap", 34 "withoutExtensionDir/version2/feature:version2_withoutExtension_feature_hap", 35 "withoutExtensionDir/version2_form/entry:version2_withoutExtension_entry_form_hap", 36 ] 37} 38