Skip to content

Commit

Permalink
Merge fd234ea into f74e95b
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google authored Oct 24, 2023
2 parents f74e95b + fd234ea commit 9260404
Show file tree
Hide file tree
Showing 9 changed files with 1,066 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
import("//build_overrides/chip.gni")
import("icd.gni")

# ICD Client sources and configurations
source_set("client") {
sources = [
"ICDClientInfoManagement.cpp",
"ICDClientInfoManagement.h",
"ICDClientInfoPersistentStorage.h",
]

deps = [ "${chip_root}/src/lib/core" ]
public_deps = [
"${chip_root}/src/app:app_config",
"${chip_root}/src/crypto",
]
}

# ICD Server sources and configurations
source_set("observer") {
sources = [ "ICDStateObserver.h" ]
Expand Down
Loading

0 comments on commit 9260404

Please sign in to comment.