Skip to content

Commit

Permalink
ICDHandler initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thivya-amazon committed Jan 4, 2024
1 parent 4bf3365 commit 25ed354
Showing 1 changed file with 15 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 @@ -115,3 +115,18 @@ source_set("configuration-data") {
"${chip_root}/src/lib/core",
]
}

# ICD Handler source-set is broken out of the main source-set to enable unit tests
# All sources and configurations used by the ICDHandler need to go in this source-set
source_set("handler") {
sources = [
"ICDHandler.cpp",
"ICDHandler.h",
]

public_deps = [
"${chip_root}/src/lib/core",
"${chip_root}/src/messaging",
"${chip_root}/src/protocols",
]
}

0 comments on commit 25ed354

Please sign in to comment.