File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
examples/common/server-cluster-shim Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1818
1919#include < app/ConcreteClusterPath.h>
2020#include < app/server-cluster/ServerClusterInterface.h>
21- #include < app/util/AttributesChangedListener.h>
2221#include < lib/support/ReadOnlyBuffer.h>
2322#include < lib/support/Span.h>
2423#include < optional>
Original file line number Diff line number Diff line change @@ -276,7 +276,9 @@ static_library("interaction-model") {
276276 " :global-attributes" ,
277277 " ${ chip_root } /src/access" ,
278278 " ${ chip_root } /src/access:provider-impl" ,
279+ " ${ chip_root } /src/access:provider-impl" ,
279280 " ${ chip_root } /src/app:required-privileges" ,
281+ " ${ chip_root } /src/app/data-model-provider" ,
280282 " ${ chip_root } /src/app/clusters/ota-provider" ,
281283 " ${ chip_root } /src/app/common:attribute-type" ,
282284 ]
Original file line number Diff line number Diff line change 3030
3131#include < app-common/zap-generated/attribute-type.h>
3232#include < app-common/zap-generated/ids/Attributes.h>
33- #include < app/data-model-provider/ProviderChangeListener.h>
3433#include < app/MessageDef/AttributeDataIB.h>
3534#include < app/MessageDef/AttributeReportIB.h>
3635#include < app/MessageDef/AttributeStatusIB.h>
36+ #include < app/data-model-provider/ProviderChangeListener.h>
3737#include < app/util/attribute-storage.h>
3838#include < app/util/endpoint-config-api.h>
3939#include < app/util/mock/Constants.h>
You can’t perform that action at this time.
0 commit comments