Skip to content

Commit

Permalink
Add camera-app.zap and .matter files.
Browse files Browse the repository at this point in the history
Add chime server support.

Add Chime cluster in the Camera endpoint in .zap config.
Add delegate implementation of chime cluster.
  • Loading branch information
pidarped committed Feb 18, 2025
1 parent 68b5090 commit 18daea0
Show file tree
Hide file tree
Showing 15 changed files with 8,368 additions and 5 deletions.
4 changes: 4 additions & 0 deletions examples/camera-app/camera-common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
import("//build_overrides/chip.gni")
import("${chip_root}/src/app/chip_data_model.gni")

config("config") {
include_dirs = [ "include" ]
}

chip_data_model("camera-common") {
zap_file = "camera-app.zap"
is_server = true
Expand Down
Loading

0 comments on commit 18daea0

Please sign in to comment.