Skip to content

Commit

Permalink
Created a Silabs specific zap until we merge back with common lock ap…
Browse files Browse the repository at this point in the history
…p implementation (project-chip#35883)
  • Loading branch information
lpbeliveau-silabs authored Oct 3, 2024
1 parent c058d60 commit 3bc93de
Show file tree
Hide file tree
Showing 5 changed files with 9,592 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lock-app/silabs/build_for_wifi_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chip_enable_openthread = false
import("${chip_root}/src/platform/silabs/wifi_args.gni")

chip_enable_ota_requestor = true
app_data_model = "${chip_root}/examples/lock-app/lock-common"
app_data_model = "${chip_root}/examples/lock-app/silabs/data_model:silabs-lock"

sl_enable_test_event_trigger = true

Expand Down
8 changes: 8 additions & 0 deletions examples/lock-app/silabs/data_model/BUILD.gn
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import("//build_overrides/chip.gni")
import("${chip_root}/src/app/chip_data_model.gni")
import("${chip_root}/src/platform/device.gni")

chip_data_model("silabs-lock") {
zap_file = "lock-app.zap"
is_server = true
}
Loading

0 comments on commit 3bc93de

Please sign in to comment.