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("testOverlay") { 15600cc4afSopenharmony_ci testonly = true 16600cc4afSopenharmony_ci deps = [] 17600cc4afSopenharmony_ci 18600cc4afSopenharmony_ci deps += [ 19600cc4afSopenharmony_ci # deps file 20600cc4afSopenharmony_ci "internal_overlay_install_test1:internalOverlayTest1", 21600cc4afSopenharmony_ci "internal_overlay_install_test12:internalOverlayTest12", 22600cc4afSopenharmony_ci "internal_overlay_install_test14:internalOverlayTest14", 23600cc4afSopenharmony_ci "internal_overlay_install_test15:internalOverlayTest15", 24600cc4afSopenharmony_ci "internal_overlay_install_test18:internalOverlayTest18", 25600cc4afSopenharmony_ci "internal_overlay_install_test19:priority_101", 26600cc4afSopenharmony_ci "internal_overlay_install_test2:priority_0", 27600cc4afSopenharmony_ci "internal_overlay_install_test3:internalOverlayTest3", 28600cc4afSopenharmony_ci "internal_overlay_install_test4:internalOverlayTest4", 29600cc4afSopenharmony_ci "internal_overlay_install_test5:internalOverlayTest5", 30600cc4afSopenharmony_ci "internal_overlay_install_test6:internalOverlayTest6", 31600cc4afSopenharmony_ci "target_module_entry:entry_hap", 32600cc4afSopenharmony_ci "target_module_entry/feature:entry_hapB", 33600cc4afSopenharmony_ci "target_module_entry_fa_model:entry_fa", 34600cc4afSopenharmony_ci "target_module_entry_higher_version:higher_version_entry_hap", 35600cc4afSopenharmony_ci "target_module_entry_higher_version/feature:higher_version_entry_hapB", 36600cc4afSopenharmony_ci "target_module_entry_lower_version_fa:entry_fa_lower_version", 37600cc4afSopenharmony_ci "target_module_feature:feature_hap", 38600cc4afSopenharmony_ci "target_module_feature1:feature1_hap", 39600cc4afSopenharmony_ci "target_module_feature_higher_version:higher_version_feature_hap", 40600cc4afSopenharmony_ci ] 41600cc4afSopenharmony_ci} 42