• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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("//test/xts/tools/build/suite.gni")
15
16group("formmanager") {
17  testonly = true
18  if (is_standard_system) {
19    deps = [
20      "formhostst_ets/formsystemhost:FormSystemHost",
21      "formhostst_ets/formsystemhostb:FormSystemHostB",
22      "formhostst_ets/formsystemhostc:FormSystemHostC",
23      "formhostst_ets/formsystemhostd:FormSystemHostD",
24      "formhostst_ets/formsystemhoste:FormSystemHostE",
25      "formhostst_ets/formsystemhostf:FormSystemHostF",
26      "formhostst_ets/formsystemhostg:FormSystemHostG",
27      "formhostst_ets/formsystemhosti:FormSystemHostI",
28      "formhostst_ets/formsystemhostj:FormSystemHostJ",
29      "formhostst_ets/formsystemhostk:FormSystemHostK",
30      "formhostst_ets/formsystemhostl:FormSystemHostL",
31      "formhostst_ets/formsystemhostn:FormSystemHostN",
32      "formhostst_ets/formsystemhostnoperm:FormSystemHostNoPerm",
33      "formhostst_ets/formsystemhosto:FormSystemHostO",
34      "formhostst_ets/formsystemhostp:FormSystemHostP",
35      "formproviderst_ets/formsupplyapplicationA:FormSupplyAppA",
36      "formproviderst_ets/formsupplyapplicationB:FormSupplyAppB",
37      "formproviderst_ets/formsupplyapplicationC:FormSupplyAppC",
38      "formproviderst_ets/formsupplyapplicationD:FormSupplyAppD",
39      "formproviderst_ets/formsupplyapplicationE:FormSupplyAppE",
40      "formproviderst_ets/formsupplyapplicationF:FormSupplyAppF",
41      "formproviderst_ets/formsupplyapplicationG:FormSupplyAppG",
42      "formproviderst_ets/formsupplyapplicationH:FormSupplyAppH",
43      "formproviderst_ets/formsupplyapplicationNotSysApp:FormSupplyAppNS",
44      "formproviderst_ets/formsystemprovidera:FormSystemProviderA",
45      "formproviderst_ets/formsystemproviderb:FormSystemProviderB",
46      "formproviderst_ets/formsystemproviderc:FormSystemProviderC",
47      "formproviderst_ets/formsystemproviderd:FormSystemProviderD",
48      "formsystemtest_ets/formacquiretest:ActsFormAcquireTest",
49      "formsystemtest_ets/formacquiretest2:ActsFormAcquire2Test",
50      "formsystemtest_ets/formdeletetest:ActsFormDeleteTest",
51      "formsystemtest_ets/formdynamicrefreshtest:ActsFormDynamicRefreshTest",
52      "formsystemtest_ets/formfuzztest:ActsFormFuzzTest",
53      "formsystemtest_ets/formgetformsinfotest/formsoneandonetest:ActsFormsOneAndOneTest",
54      "formsystemtest_ets/formgetformsinfotest/formsoneandtwotest:ActsFormsOneAndTwoTest",
55      "formsystemtest_ets/formgetformsinfotest/formsoneandzerotest:ActsFormsOneAndZeroTest",
56      "formsystemtest_ets/formgetformsinfotest/formswithoutpermtest:ActsFormsWithoutPermTest",
57      "formsystemtest_ets/formgetformsinfotest/formszerotest:ActsFormsZeroTest",
58      "formsystemtest_ets/formhostdeathrecipienttest:ActsFormHostDeathRecipientTest",
59      "formsystemtest_ets/formreleasetest:ActsFormReleaseTest",
60      "formsystemtest_ets/formstatetest_disable:ActsFormStateDisableTest",
61      "formsystemtest_ets/formstatetest_enable:ActsFormStateEnableTest",
62      "formsystemtest_ets/formstresstest:ActsFormStressTest",
63      "formsystemtest_ets/formupdatefreshtest:ActsFormUpdateRefreshTest",
64    ]
65  }
66}
67