BUILD.gn 3.9 KB
Newer Older
C
chengxingzhen 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# 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
# limitations under the License.

import("//test/xts/tools/build/suite.gni")

group("formmanager") {
  testonly = true
  if (is_standard_system) {
    deps = [
20 21
      "formhostst_ets/formsystemhost:FormSystemHost",
      "formhostst_ets/formsystemhostb:FormSystemHostB",
C
chengxingzhen 已提交
22
      "formhostst_ets/formsystemhostc:FormSystemHostC",
C
chengxingzhen 已提交
23 24
      "formhostst_ets/formsystemhostd:FormSystemHostD",
      "formhostst_ets/formsystemhoste:FormSystemHostE",
C
chengxingzhen 已提交
25 26
      "formhostst_ets/formsystemhostf:FormSystemHostF",
      "formhostst_ets/formsystemhostg:FormSystemHostG",
27 28
      "formhostst_ets/formsystemhosti:FormSystemHostI",
      "formhostst_ets/formsystemhostj:FormSystemHostJ",
C
chengxingzhen 已提交
29 30 31 32 33 34 35 36
      "formhostst_ets/formsystemhostk:FormSystemHostK",
      "formhostst_ets/formsystemhostl:FormSystemHostL",
      "formhostst_ets/formsystemhostn:FormSystemHostN",
      "formhostst_ets/formsystemhostnoperm:FormSystemHostNoPerm",
      "formhostst_ets/formsystemhosto:FormSystemHostO",
      "formhostst_ets/formsystemhostp:FormSystemHostP",
      "formproviderst_ets/formsupplyapplicationA:FormSupplyAppA",
      "formproviderst_ets/formsupplyapplicationB:FormSupplyAppB",
C
chengxingzhen 已提交
37
      "formproviderst_ets/formsupplyapplicationC:FormSupplyAppC",
C
chengxingzhen 已提交
38 39 40 41 42 43 44 45 46 47
      "formproviderst_ets/formsupplyapplicationD:FormSupplyAppD",
      "formproviderst_ets/formsupplyapplicationE:FormSupplyAppE",
      "formproviderst_ets/formsupplyapplicationF:FormSupplyAppF",
      "formproviderst_ets/formsupplyapplicationG:FormSupplyAppG",
      "formproviderst_ets/formsupplyapplicationH:FormSupplyAppH",
      "formproviderst_ets/formsupplyapplicationNotSysApp:FormSupplyAppNS",
      "formproviderst_ets/formsystemprovidera:FormSystemProviderA",
      "formproviderst_ets/formsystemproviderb:FormSystemProviderB",
      "formproviderst_ets/formsystemproviderc:FormSystemProviderC",
      "formproviderst_ets/formsystemproviderd:FormSystemProviderD",
C
chengxingzhen 已提交
48
      "formsystemtest_ets/formacquiretest:ActsFormAcquireTest",
C
chengxingzhen 已提交
49
      "formsystemtest_ets/formacquiretest2:ActsFormAcquire2Test",
C
chengxingzhen 已提交
50 51
      "formsystemtest_ets/formdeletetest:ActsFormDeleteTest",
      "formsystemtest_ets/formdynamicrefreshtest:ActsFormDynamicRefreshTest",
C
chengxingzhen 已提交
52
      "formsystemtest_ets/formfuzztest:ActsFormFuzzTest",
C
chengxingzhen 已提交
53 54 55 56 57 58
      "formsystemtest_ets/formgetformsinfotest/formsoneandonetest:ActsFormsOneAndOneTest",
      "formsystemtest_ets/formgetformsinfotest/formsoneandtwotest:ActsFormsOneAndTwoTest",
      "formsystemtest_ets/formgetformsinfotest/formsoneandzerotest:ActsFormsOneAndZeroTest",
      "formsystemtest_ets/formgetformsinfotest/formswithoutpermtest:ActsFormsWithoutPermTest",
      "formsystemtest_ets/formgetformsinfotest/formszerotest:ActsFormsZeroTest",
      "formsystemtest_ets/formhostdeathrecipienttest:ActsFormHostDeathRecipientTest",
C
chengxingzhen 已提交
59 60

      #"formsystemtest_ets/formperformancetest:ActsFormPerformanceTest",
C
chengxingzhen 已提交
61 62 63 64
      "formsystemtest_ets/formreleasetest:ActsFormReleaseTest",
      "formsystemtest_ets/formstatetest_disable:ActsFormStateDisableTest",
      "formsystemtest_ets/formstatetest_enable:ActsFormStateEnableTest",
      "formsystemtest_ets/formstatetest_notifyinvisible:ActsFormStateNotifyInvisibleTest",
C
chengxingzhen 已提交
65
      "formsystemtest_ets/formstatetest_notifyinvisible2:ActsFormStateNotifyInvisible2Test",
C
chengxingzhen 已提交
66 67 68
      "formsystemtest_ets/formstatetest_notifyvisible:ActsFormStateNotifyVisibleTest",
      "formsystemtest_ets/formstresstest:ActsFormStressTest",
      "formsystemtest_ets/formupdatefreshtest:ActsFormUpdateRefreshTest",
C
chengxingzhen 已提交
69 70 71
    ]
  }
}