1# Copyright (c) 2022 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 "otaUpdateTestBasis:otaUpdateTestBasis", 46 "otaUpdateTestBasis/feature1:otaUpdateTestBasisFeature1", 47 "otaUpdateTestBasis/feature2:otaUpdateTestBasisFeature2", 48 "otaUpdateTestModuleField:otaUpdateTestModuleField", 49 "otaUpdateTestSignaIcon:otaUpdateTestSignaIcon", 50 "otaUpdateTestSoChanged:otaUpdateTestSoChanged", 51 "otaUpdateTestSoChanged/feature1:otaUpdateTestSoChangedFeature1", 52 "otaUpdateTestSoChanged/feature2:otaUpdateTestSoChangedFeature2", 53 "previewTest:previewTest", 54 "resourceManagerTest:resourceManagerTest", 55 "rightTest:rightTest", 56 "rightTest1:rightTest1", 57 "sandboxTest:sandboxTest", 58 "second_backup_right:second_backup_right", 59 "second_right:second_right", 60 "second_right_with_same_moduleName:second_right_with_same_moduleName", 61 "seventh_right:seventh_right", 62 "signatureTest:signatureTest", 63 "sixteenth_right:sixteenth_right", 64 "sixth_right:sixth_right", 65 "system_module:system_module", 66 "tenth_right:tenth_right", 67 "third_right:third_right", 68 "thirteenth_right:thirteenth_right", 69 "thumbnailTest:thumbnailTest", 70 "thumbnailTest2:thumbnailTest2", 71 "twelfth_right:twelfth_right", 72 "versionTest1:versionTest1", 73 "versionTest2:versionTest2", 74 "versionTest3:versionTest3", 75 "wrong_bundle_name:wrong_bundle_name", 76 ] 77} 78