Skip to content

Commit

Permalink
Fix up some private/public dependencies: instance header should alway…
Browse files Browse the repository at this point in the history
…s be a private dependency
  • Loading branch information
andreilitvin committed Oct 11, 2024
1 parent a998701 commit 00255f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/app/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,17 @@ static_library("interaction-model") {

deps = [ "${chip_root}/src/app:events" ]

# Temporary dependency: codegen data provider instance should be provided
# by the application
deps += [ "${chip_root}/src/app/codegen-data-model-provider:instance-header" ]

public_deps = [
":app_config",
":command-handler-impl",
":constants",
":paths",
":subscription-info-provider",
"${chip_root}/src/app/MessageDef",
"${chip_root}/src/app/codegen-data-model-provider:instance-header",
"${chip_root}/src/app/data-model-provider",
"${chip_root}/src/app/icd/server:icd-server-config",
"${chip_root}/src/app/icd/server:manager",
Expand Down

0 comments on commit 00255f9

Please sign in to comment.