File tree 3 files changed +9
-2
lines changed
examples/lighting-app/nxp/k32w/k32w0
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ k32w0_executable("light_app") {
109
109
110
110
deps = [
111
111
" :sdk" ,
112
+ " ${ chip_root/src/app:test-event-trigger } " ,
112
113
" ${ chip_root } /examples/common/QRCode" ,
113
114
" ${ chip_root } /examples/lighting-app/nxp/zap/" ,
114
115
" ${ chip_root } /examples/providers:device_info_provider" ,
Original file line number Diff line number Diff line change @@ -108,7 +108,10 @@ static_library("nxp_platform") {
108
108
109
109
deps = [ " ${ chip_root } /src/platform/logging:headers" ]
110
110
111
- public_deps = [ " ${ chip_root } /src/platform:platform_base" ]
111
+ public_deps = [
112
+ " ${ chip_root/src/app:test-event-trigger } " ,
113
+ " ${ chip_root } /src/platform:platform_base" ,
114
+ ]
112
115
113
116
if (chip_crypto == " platform" ) {
114
117
if (chip_crypto_flavor == " tinycrypt" ) {
Original file line number Diff line number Diff line change @@ -77,7 +77,10 @@ static_library("nxp_platform") {
77
77
" ${ chip_root } /src/platform/nxp/k32w/k32w1/SMU2Manager.h" ,
78
78
]
79
79
80
- public_deps = [ " ${ chip_root } /src/platform:platform_base" ]
80
+ public_deps = [
81
+ " ${ chip_root/src/app:test-event-trigger } " ,
82
+ " ${ chip_root } /src/platform:platform_base" ,
83
+ ]
81
84
82
85
if (chip_with_low_power != 0 ) {
83
86
sources += [ " LowPowerHooks.cpp" ]
You can’t perform that action at this time.
0 commit comments