bossay_release_out/vendor/bossay/demo_human_detect/BUILD.gn
2025-09-24 11:16:14 +08:00

17 lines
343 B
Plaintext

static_library("bossay_hi3861_l0_human_detect") {
sources = [
"main_entry.c",
]
include_dirs = [
"./sensor/inc",
"../../common/inc",
"//base/iot_hardware/peripheral/interfaces/kits",
]
deps = [
"../../common/iot_wifi:iot_wifi",
"sensor:bossay_hi3861_l0_sensor",
]
}