Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ICD] Add default ICD Behavior to readhandler when establishing a subscription #28375

Merged
merged 10 commits into from
Aug 1, 2023
Prev Previous commit
Next Next commit
fix dependency chain
  • Loading branch information
mkardous-silabs committed Aug 1, 2023
commit 7b4ca5989ebc6d7534a005e2d6f729b8519c788b
7 changes: 5 additions & 2 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,13 @@ source_set("manager-srcs") {
]

deps = [
":cluster-srcs",
":observer-srcs",
]
public_deps = [ "${chip_root}/src/credentials:credentials" ]

public_deps = [
":cluster-srcs",
"${chip_root}/src/credentials:credentials",
]
}

# ICD management cluster source-set is broken out of the main source-set to enable unit tests
Expand Down