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. 13 14import("//build/ohos_var.gni") 15 16group("ability_runtime") { 17 testonly = true 18 if (is_standard_system) { 19 deps = [ 20 "aacommand:aacommand", 21 "abilitymanager:actsabilitymanagertest", 22 "abilitymontior:ActsAbilityMonitorTest", 23 "abilitymultiinstance:abilitymultiinstance", 24 "abilitystagemonitor:abilitystagemonitor", 25 "actsabilitydelegatorcase:ActsAbilityDelegatorCaseTest", 26 "actsabilitymanageretstest:ActsAbilityManagerEtsTest", 27 "actsabilityusertest:ActsAbilityuserTest", 28 "actscalldataabilitytest:ActsCallDataAbilityTest", 29 "actscalltest:actscalltest", 30 "actsdataabilityaccessdatasharetest:dataabilityaccessdatashare", 31 "actsfwkdataaccessortest:dataability", 32 "actsqueryfunctiontest:actsqueryfunctiontest", 33 "actsrequestdialogtest:actsrequestdialogtest", 34 "actsserviceabilityclienttest:serviceability", 35 "actsshellcommandfunctionalitytest:actsshellcommandfunctionalitytest", 36 "actssingleton:actssingleton", 37 "actsstartrunnertest:ActsStartRunnerTest", 38 "actsstserviceabilityclientcase:ActsStServiceAbilityClientCaseTest", 39 "actssupportfunction:actssupportfunction", 40 "actsusers:actsusers", 41 "amscontextualinforquery:amscontextualinforquery", 42 "amsdatauriutils:ActsAmsDataUriUtilsTest", 43 "amsdisplayIdtest:amsdisplayIdtest", 44 "amsgetabilityprocessinfo:amsgetabilityprocessinfo", 45 "apicover:apicover", 46 "apitest:ActsApiTest", 47 "context:context", 48 "fa:fa", 49 "faapicover:faapicover", 50 "featureability:featureability", 51 "formmanager:formmanager", 52 "freeinstalltest:freeinstalltest", 53 "killprocesswithaccountstage:killprocesswithaccountstage", 54 "newwant:newwant", 55 "non_concurrent:non_concurrent", 56 "stage:stage", 57 "want:want", 58 "workercontextcover:workercontextcover", 59 ] 60 } 61} 62