# Copyright (c) 2021 Bestechnic (Shanghai) Co., Ltd. All rights reserved. # 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. group("xts_demo") { deps = [ # "config:hdf_hcs", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static", "//base/startup/init/interfaces/innerkits:libbegetutil", "//vendor/bestechnic/xts_demo/hals/utils/sys_param:hal_sysparam", # "//device/bestechnic/${board_name}/hals/security/huks:huks_adapter", # "//device/bestechnic/${board_name}/components/drivers:drivers_adapter", # "tests:example", ] deps += [ #"//test/xts/acts/aafwk_lite/ability_hal:ActsAbilityMgrTest", "//test/xts/acts/appexecfwk_lite/appexecfwk_hal:ActsBundleMgrTest", # "//test/xts/acts/communication_lite/dsoftbus_hal:ActsDsoftbusMgrTest", "//test/xts/acts/communication_lite/lwip_hal:ActsLwipTest", "//test/xts/acts/communication_lite/wifiservice_hal:ActsWifiServiceTest", "//test/xts/acts/distributed_schedule_lite/system_ability_manager_hal:ActsSamgrTest", "//test/xts/acts/distributeddatamgr_lite/kv_store_hal:ActsKvStoreTest", "//test/xts/acts/hiviewdfx_lite/hievent_hal:ActsHieventLiteTest", "//test/xts/acts/hiviewdfx_lite/hilog_hal:ActsDfxFuncTest", "//test/xts/acts/iothardware_lite/peripheral_hal:ActsWifiIotTest", "//test/xts/acts/security_lite/huks/liteos_m_adapter:ActsHuksHalFunctionTest", "//test/xts/acts/startup_lite/bootstrap_hal:ActsBootstrapTest", # "//test/xts/acts/startup_lite/syspara_hal:ActsParameterTest", "//test/xts/acts/update_lite/dupdate_hal:ActsUpdaterFuncTest", #"//test/xts/acts/utils_lite/file_hal:ActsUtilsFileTest", ] }