File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,14 @@ static_library("interaction-model") {
260
260
source_set (" events" ) {
261
261
sources = [
262
262
" EventHeader.h" ,
263
+ " EventLoggingDelegate.h" ,
263
264
" EventLoggingTypes.h" ,
264
265
]
265
266
266
267
deps = [
267
268
" :paths" ,
268
269
" ${ chip_root } /src/access:types" ,
270
+ " ${ chip_root } /src/lib/core" ,
269
271
]
270
272
}
271
273
@@ -291,7 +293,6 @@ static_library("app") {
291
293
" DeferredAttributePersistenceProvider.cpp" ,
292
294
" DeferredAttributePersistenceProvider.h" ,
293
295
" EventLogging.h" ,
294
- " EventLoggingDelegate.h" ,
295
296
" EventManagement.cpp" ,
296
297
" EventManagement.h" ,
297
298
" FailSafeContext.cpp" ,
Original file line number Diff line number Diff line change 23
23
24
24
#pragma once
25
25
26
- #include < lib/core/CHIPCore.h>
27
26
#include < lib/core/TLV.h>
28
- #include < messaging/ExchangeContext.h>
29
- #include < system/SystemPacketBuffer.h>
30
27
31
28
namespace chip {
32
29
namespace app {
You can’t perform that action at this time.
0 commit comments