Skip to content

Commit 42dd4d2

Browse files
authored
Merge branch 'master' into feature/message-cluster-present-message-update
2 parents 35b3975 + 6fd32ba commit 42dd4d2

18 files changed

+924
-1150
lines changed

src/app/chip_data_model.gni

+6
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,12 @@ template("chip_data_model") {
356356
"${_app_root}/clusters/${cluster}/${cluster}.h",
357357
"${_app_root}/clusters/${cluster}/EnergyReportingTestEventTriggerHandler.h",
358358
]
359+
} else if (cluster == "thread-network-diagnostics-server") {
360+
sources += [
361+
"${_app_root}/clusters/${cluster}/${cluster}.cpp",
362+
"${_app_root}/clusters/${cluster}/thread-network-diagnostics-provider.cpp",
363+
"${_app_root}/clusters/${cluster}/thread-network-diagnostics-provider.h",
364+
]
359365
} else {
360366
sources += [ "${_app_root}/clusters/${cluster}/${cluster}.cpp" ]
361367
}

0 commit comments

Comments
 (0)