1# Copyright (c) 2021 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. 13import("//build/ohos_var.gni") 14 15group("publish_test") { 16 testonly = true 17 if (is_standard_system) { 18 deps = [ 19 #"actsanspublishcontroltest:ActsAnsPublishControlTest", 20 #"actsanspublishconversation:ActsAnsConversationTest", 21 "badgedisplayed:badgedisplayed", 22 "enablenotification:enablenotification", 23 "getactive:getactive", 24 "getwantagentinfo:ActsAnsGetWantAgentInfoTest", 25 26 #"publishcontentype:publishcontentype", 27 #"subscribe:subscribe", 28 "activebtn:activebtn", 29 30 #"actsansdistributedtest:ActsAnsDistributeTest", 31 "actsansgetallactive:ActsAnsGetAllActiveTestXts", 32 "ansactscancelgroup:ActsAnsCancelGroupTest", 33 "ansactsremovegroup:ActsAnsRemoveGroupTest", 34 35 #"donotdisturbmode:ActsAnsDoNotDisturbTest", 36 37 #"publish:ActsAnsNotificationPublishXts", 38 "publishsound:ActsAnsPublishSoundTest", 39 40 #"publishvibra:ActsAnsPublishVibraTest", 41 #"sub:ActsAnsSubTestXts", 42 "unsubscribe:ActsAnsUnSubscriberTest", 43 "wantagent:wantagent", 44 ] 45 } 46} 47