1# Copyright (c) 2022-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("test_bundle") { 15 testonly = true 16 deps = [] 17 18 deps += [ 19 # deps file 20 "backupTest:backupTest", 21 "bmsAccessTokentest1:bmsAccessTokentest1", 22 "bmsAccessTokentest2:bmsAccessTokentest2", 23 "bmsAccessTokentest3:bmsAccessTokentest3", 24 "bmsThirdBundle1:bmsThirdBundle1", 25 "bmsThirdBundle2:bmsThirdBundle2", 26 "defaultAppTest:defaultAppTest", 27 "devicetype_error:devicetype_error", 28 "eighth_right:eighth_right", 29 "eleventh_right:eleventh_right", 30 "fifteenth_right:fifteenth_right", 31 "fifth_right:fifth_right", 32 "first_diff_minCompCode:first_diff_minCompCode", 33 "first_diff_release_type:first_diff_release_type", 34 "first_right:first_right", 35 "first_right_compCode:first_right_compCode", 36 "first_right_with_diff_moduleName:first_right_with_diff_moduleName", 37 "first_right_with_diff_moduleType:first_right_with_diff_moduleType", 38 "fourteenth_right:fourteenth_right", 39 "fourth_right:fourth_right", 40 "moduleJsonTest:moduleJsonTest", 41 "ninth_right:ninth_right", 42 "otaUpdateTestAplDown:otaUpdateTestAplDown", 43 "otaUpdateTestAplUp:otaUpdateTestAplUp", 44 "otaUpdateTestAppField:otaUpdateTestAppField", 45 "otaUpdateTestAppField2:otaUpdateTestAppField2", 46 "otaUpdateTestBasis:otaUpdateTestBasis", 47 "otaUpdateTestBasis/feature1:otaUpdateTestBasisFeature1", 48 "otaUpdateTestBasis/feature2:otaUpdateTestBasisFeature2", 49 "otaUpdateTestBasis2:otaUpdateTestBasis2", 50 "otaUpdateTestModuleField:otaUpdateTestModuleField", 51 "otaUpdateTestSignaIcon:otaUpdateTestSignaIcon", 52 "otaUpdateTestSoChanged:otaUpdateTestSoChanged", 53 "otaUpdateTestSoChanged/feature1:otaUpdateTestSoChangedFeature1", 54 "otaUpdateTestSoChanged/feature2:otaUpdateTestSoChangedFeature2", 55 "previewTest:previewTest", 56 "resourceManagerTest:resourceManagerTest", 57 "rightTest:rightTest", 58 "rightTest1:rightTest1", 59 "sandboxTest:sandboxTest", 60 "second_backup_right:second_backup_right", 61 "second_right:second_right", 62 "second_right_with_same_moduleName:second_right_with_same_moduleName", 63 "seventh_right:seventh_right", 64 "signatureTest:signatureTest", 65 "sixteenth_right:sixteenth_right", 66 "sixth_right:sixth_right", 67 "system_module:system_module", 68 "tenth_right:tenth_right", 69 "third_right:third_right", 70 "thirteenth_right:thirteenth_right", 71 "thumbnailTest:thumbnailTest", 72 "thumbnailTest2:thumbnailTest2", 73 "twelfth_right:twelfth_right", 74 "versionTest1:versionTest1", 75 "versionTest2:versionTest2", 76 "versionTest3:versionTest3", 77 "wrong_bundle_name:wrong_bundle_name", 78 ] 79} 80