BUILD.gn 343 B

1234567891011121314151617
  1. static_library("bossay_hi3861_l0_human_detect") {
  2. sources = [
  3. "main_entry.c",
  4. ]
  5. include_dirs = [
  6. "./sensor/inc",
  7. "../../common/inc",
  8. "//base/iot_hardware/peripheral/interfaces/kits",
  9. ]
  10. deps = [
  11. "../../common/iot_wifi:iot_wifi",
  12. "sensor:bossay_hi3861_l0_sensor",
  13. ]
  14. }