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 5b65dff
Show file tree
Hide file tree
Showing 4 changed files with 19,464 additions and 2 deletions.
12 changes: 11 additions & 1 deletion config/beken/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,18 @@ 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}/examples/lighting-app/beken:MatterApp",
"${chip_root}/src/lib",
]
}
group("default") {
deps = [ ":beken" ]
Expand Down
Loading

0 comments on commit 5b65dff

Please sign in to comment.