1# Copyright (c) 2022-2025 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 "eighth_right:eighth_right", 28 "eleventh_right:eleventh_right", 29 "fifteenth_right:fifteenth_right", 30 "fifth_right:fifth_right", 31 "first_diff_minCompCode:first_diff_minCompCode", 32 "first_diff_release_type:first_diff_release_type", 33 "first_right:first_right", 34 "first_right_compCode:first_right_compCode", 35 "first_right_with_diff_moduleType:first_right_with_diff_moduleType", 36 "fourteenth_right:fourteenth_right", 37 "fourth_right:fourth_right", 38 "moduleJsonTest:moduleJsonTest", 39 "ninth_right:ninth_right", 40 "otaUpdateTestAplDown:otaUpdateTestAplDown", 41 "otaUpdateTestAplUp:otaUpdateTestAplUp", 42 "otaUpdateTestAppField:otaUpdateTestAppField", 43 "otaUpdateTestAppField2:otaUpdateTestAppField2", 44 "otaUpdateTestAppFieldUBSan:otaUpdateTestAppFieldUBSan", 45 "otaUpdateTestBasis:otaUpdateTestBasis", 46 "otaUpdateTestBasis/feature1:otaUpdateTestBasisFeature1", 47 "otaUpdateTestBasis/feature2:otaUpdateTestBasisFeature2", 48 "otaUpdateTestBasis2:otaUpdateTestBasis2", 49 "otaUpdateTestBasisUBSan:otaUpdateTestBasisUBSan", 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 "seventh_right:seventh_right", 63 "signatureTest:signatureTest", 64 "sixteenth_right:sixteenth_right", 65 "sixth_right:sixth_right", 66 "system_module:system_module", 67 "tenth_right:tenth_right", 68 "testhapdemo:testhapdemo", 69 "testhapdemo2:testhapdemo2", 70 "testhapdemo3:testhapdemo3", 71 "third_right:third_right", 72 "thirteenth_right:thirteenth_right", 73 "thumbnailTest:thumbnailTest", 74 "thumbnailTest2:thumbnailTest2", 75 "twelfth_right:twelfth_right", 76 "versionTest1:versionTest1", 77 "versionTest2:versionTest2", 78 "versionTest3:versionTest3", 79 "versionUpdateTest1:versionUpdateTest1", 80 "versionUpdateTest2:versionUpdateTest2", 81 "versionUpdateTest3:versionUpdateTest3", 82 "versionUpdateTest4:versionUpdateTest4", 83 "versionUpdateTest5:versionUpdateTest5", 84 "versionUpdateTest6:versionUpdateTest6", 85 "versionUpdateTest7:versionUpdateTest7", 86 "wrong_bundle_name:wrong_bundle_name", 87 ] 88} 89