BUILD.gn 760 B

12345678910111213141516171819202122232425262728
  1. static_library("bossay_hi3861_l0_smarHealth") {
  2. sources = [
  3. "main_entry.c",
  4. ]
  5. cflags = [ "-Wno-unused-variable" ]
  6. cflags += [ "-Wno-unused-but-set-variable" ]
  7. cflags += [ "-Wno-unused-parameter" ]
  8. include_dirs = [
  9. "./sensor/inc",
  10. "../../common/inc",
  11. "cloud_connect/inc",
  12. "//third_party/cJSON",
  13. "./OLED/include"
  14. ]
  15. deps = [
  16. "../../common/iot_sntp:iot_sntp",
  17. "../../common/iot_wifi:iot_wifi",
  18. "../../common/iot_schedule:iot_schedule",
  19. "../../common/iot_cloud:iot_cloud",
  20. "cloud_connect:cloud_connect",
  21. "sensor:bossay_hi3861_l0_sensor",
  22. "OLED:bossay_hi3816l0_OLED",
  23. ]
  24. }