BUILD.gn 2.5 KB
Newer Older
C
chengxingzhen 已提交
1 2 3 4 5 6 7 8 9 10 11
# Copyright (c) 2021 Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
L
limeng151 已提交
12
# limitations under the License.
C
chengxingzhen 已提交
13 14 15

import("//build/ohos_var.gni")

C
chengxingzhen 已提交
16
group("ability_runtime") {
C
chengxingzhen 已提交
17 18 19
  testonly = true
  if (is_standard_system) {
    deps = [
X
ST  
xuchenghua09 已提交
20
      "aacommand:aacommand",
C
chengxingzhen 已提交
21
      "abilitymanager:actsabilitymanagertest",
C
chengxingzhen 已提交
22
      "abilitymontior:ActsAbilityMonitorTest",
X
update  
xuchenghua09 已提交
23
      "abilitymultiinstance:abilitymultiinstance",
C
chengxingzhen 已提交
24
      "abilitystagemonitor:abilitystagemonitor",
C
chengxingzhen 已提交
25
      "actsabilitydelegatorcase:ActsAbilityDelegatorCaseTest",
26
      "actsabilitymanageretstest:ActsAbilityManagerEtsTest",
X
fix  
xuchenghua09 已提交
27
      "actsabilityusertest:ActsAbilityuserTest",
D
dingyao 已提交
28
      "actscalldataabilitytest:ActsCallDataAbilityTest",
C
chengxingzhen 已提交
29
      "actscalltest:actscalltest",
X
xinking129 已提交
30
      "actscrosscall:actscrosscall",
31
      "actsdataabilityaccessdatasharetest:dataabilityaccessdatashare",
C
chengxingzhen 已提交
32
      "actsfwkdataaccessortest:dataability",
X
xinking129 已提交
33
      "actsmultiplecall:actsmultiplecall",
X
ST  
xuchenghua09 已提交
34
      "actsqueryfunctiontest:actsqueryfunctiontest",
C
chengxingzhen 已提交
35
      "actsrequestdialogtest:actsrequestdialogtest",
C
chengxingzhen 已提交
36
      "actsserviceabilityclienttest:serviceability",
X
fix  
xuchenghua09 已提交
37 38
      "actsshellcommandfunctionalitytest:actsshellcommandfunctionalitytest",
      "actsstartrunnertest:ActsStartRunnerTest",
C
chengxingzhen 已提交
39
      "actsstserviceabilityclientcase:ActsStServiceAbilityClientCaseTest",
C
chengxingzhen 已提交
40
      "actssupportfunction:actssupportfunction",
C
chengxingzhen 已提交
41
      "actssystemapitest:ActsSystemAPITest",
X
update  
xuchenghua09 已提交
42
      "actsusers:actsusers",
X
update  
xuchenghua09 已提交
43
      "amscontextualinforquery:amscontextualinforquery",
C
chengxingzhen 已提交
44
      "amsdatauriutils:ActsAmsDataUriUtilsTest",
X
update  
xuchenghua09 已提交
45
      "amsdisplayIdtest:amsdisplayIdtest",
K
kirl.liu 已提交
46
      "amsgetabilityprocessinfo:amsgetabilityprocessinfo",
C
chengxingzhen 已提交
47
      "apicover:apicover",
C
chengxingzhen 已提交
48
      "apitest:ActsApiTest",
C
chengxingzhen 已提交
49
      "context:context",
C
chengxingzhen 已提交
50
      "fa:fa",
C
chengxingzhen 已提交
51
      "faapicover:faapicover",
C
chengxingzhen 已提交
52 53
      "featureability:featureability",
      "formmanager:formmanager",
D
dingyao 已提交
54
      "freeinstalltest:freeinstalltest",
X
update  
xuchenghua09 已提交
55 56
      "newwant:newwant",
      "non_concurrent:non_concurrent",
X
xinking129 已提交
57
      "registerjserror:registerjserror",
58
      "stage:stage",
X
xinking129 已提交
59
      "stopserviceextension:stopserviceextension",
C
chengxingzhen 已提交
60
      "want:want",
C
chengxingzhen 已提交
61
      "workercontextcover:workercontextcover",
C
chengxingzhen 已提交
62 63
    ]
  }
C
chengxingzhen 已提交
64
}