Skip to content

Commit

Permalink
[BEKEN] update examples build files for BEKEN
Browse files Browse the repository at this point in the history
* update examples build files for BEKEN
  • Loading branch information
zhengyaohan committed Aug 18, 2022
1 parent 1ea6bbe commit 2964db0
Show file tree
Hide file tree
Showing 4 changed files with 19,465 additions and 2 deletions.
13 changes: 12 additions & 1 deletion config/beken/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,19 @@ import("//build_overrides/chip.gni")

#import("${chip_root}/build/chip/tests.gni")

import("${chip_root}/src/app/chip_data_model.gni")
chip_data_model("data_model") {
zap_file = "lighting-app.zap"

zap_pregenerated_dir =
"${chip_root}/zzz_generated/lighting-app/zap-generated"
}

group("beken") {
deps = [ "${chip_root}/src/lib" ]
deps = [
"${chip_root}/src/lib",
"${chip_root}/examples/lighting-app/beken:MatterApp",
]
}
group("default") {
deps = [ ":beken" ]
Expand Down
Loading

0 comments on commit 2964db0

Please sign in to comment.