Skip to content

Commit

Permalink
move public deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Jan 23, 2024
1 parent f5dcf6f commit 685bbe5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,19 @@ static_library("app") {
"WriteHandler.cpp",
]

public_deps = [
":app_config",
":interaction-model",
":revision_info",
"${chip_root}/src/app/icd:icd_config",
"${chip_root}/src/lib/address_resolve",
"${chip_root}/src/lib/support",
"${chip_root}/src/messaging",
"${chip_root}/src/protocols/interaction_model",
"${chip_root}/src/system",
"${nlio_root}:nlio",
]

if (chip_build_controller_dynamic_server) {
defines = [
"CHIP_CONFIG_SKIP_APP_SPECIFIC_GENERATED_HEADER_INCLUDES=1",
Expand All @@ -289,19 +302,6 @@ static_library("app") {
]
}

public_deps = [
":app_config",
":interaction-model",
":revision_info",
"${chip_root}/src/app/icd:icd_config",
"${chip_root}/src/lib/address_resolve",
"${chip_root}/src/lib/support",
"${chip_root}/src/messaging",
"${chip_root}/src/protocols/interaction_model",
"${chip_root}/src/system",
"${nlio_root}:nlio",
]

if (chip_enable_icd_server) {
public_deps += [
"${chip_root}/src/app/icd:manager",
Expand Down

0 comments on commit 685bbe5

Please sign in to comment.