BUILD.gn 277 B

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