• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2021 Bestechnic (Shanghai) Co., Ltd. All rights reserved.
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
14group("xts_demo") {
15  deps = [
16    # "config:hdf_hcs",
17    "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static",
18    "//base/startup/init/interfaces/innerkits:libbegetutil",
19    "//vendor/bestechnic/xts_demo/hals/utils/sys_param:hal_sysparam",
20
21    # "//device/bestechnic/${board_name}/hals/security/huks:huks_adapter",
22    # "//device/bestechnic/${board_name}/components/drivers:drivers_adapter",
23    # "tests:example",
24  ]
25
26  deps += [
27    #"//test/xts/acts/aafwk_lite/ability_hal:ActsAbilityMgrTest",
28    "//test/xts/acts/appexecfwk_lite/appexecfwk_hal:ActsBundleMgrTest",
29
30    # "//test/xts/acts/communication_lite/dsoftbus_hal:ActsDsoftbusMgrTest",
31    "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest",
32    "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest",
33    "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest",
34    "//test/xts/acts/distributeddatamgr_lite/kv_store_hal:ActsKvStoreTest",
35    "//test/xts/acts/hiviewdfx_lite/hievent_hal:ActsHieventLiteTest",
36    "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest",
37    "//test/xts/acts/iothardware_lite/peripheral_hal:ActsWifiIotTest",
38    "//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest",
39    "//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest",
40    # "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest",
41    "//test/xts/acts/update_lite/dupdate_hal:ActsUpdaterFuncTest",
42    #"//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest",
43  ]
44}
45