Skip to content

Commit

Permalink
Add ICD Client Info management support with persistent storage
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Oct 20, 2023
1 parent a9d7401 commit dbf8117
Show file tree
Hide file tree
Showing 10 changed files with 1,533 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 dbf8117

Please sign in to comment.