Skip to content

Commit b93fb48

Browse files
authored
Move ReadPrepareparams.h to app:interaction-model. (project-chip#32427)
Within src/app, only interaction-model files include this header (specifically DeviceProxy.cpp and ReadClient.h). No need for this header to be orphaned.
1 parent 3c0a696 commit b93fb48

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/lint.yml

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
--known-failure app/CommandSenderLegacyCallback.h \
9898
--known-failure app/data-model/ListLargeSystemExtensions.h \
9999
--known-failure app/ReadHandler.h \
100-
--known-failure app/ReadPrepareParams.h \
101100
--known-failure app/reporting/tests/MockReportScheduler.cpp \
102101
--known-failure app/reporting/tests/MockReportScheduler.h \
103102
--known-failure app/TestEventTriggerDelegate.h \

src/app/BUILD.gn

+1
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ static_library("interaction-model") {
171171
"PendingResponseTrackerImpl.h",
172172
"ReadClient.h", # TODO: cpp is only included conditionally. Needs logic
173173
# fixing
174+
"ReadPrepareParams.h",
174175
"RequiredPrivilege.h",
175176
"StatusResponse.cpp",
176177
"StatusResponse.h",

0 commit comments

Comments
 (0)