BUILD.gn 327 B

12345678910
  1. # Copyright (C) 2020 Hisilicon (Shanghai) Technologies Co., Ltd. All rights reserved.
  2. group("smart_DOOR") {
  3. deps = [
  4. "//device/bossay/hi3861_l0/sdk_liteos:wifiiot_sdk",
  5. "../common/iot_wifi:iot_wifi",
  6. # "//applications/sample/app:app",
  7. "demo_smart_DOOR:bossay_hi3861_l0_smart_DOOR",
  8. ]
  9. }