@@ -17,6 +17,7 @@ include:
1717 - path: third_party/nlio/include
1818 - path: third_party/matter_sdk/src/app
1919 file_list:
20+ - path: ReadClient.h # Unless we refactor everything matter needs this header even if the content is not compiled.
2021 - path: AttributeAccessToken.h
2122 - path: InteractionModelDelegatePointers.h
2223 - path: InteractionModelTimeout.h
@@ -53,12 +54,10 @@ include:
5354 - path: InteractionModelHelper.h
5455 - path: InteractionModelEngine.h
5556 - path: EventLoggingTypes.h
56- - path: ReadClient.h
5757 - path: CommandResponseSender.h
5858 - path: StatusResponse.h
5959 - path: ReadPrepareParams.h
6060 - path: WriteClient.h
61- - path: BufferedReadCallback.h
6261 - path: EventPathParams.h
6362 - path: CommandResponseHelper.h
6463 - path: CommandHandlerInterface.h
@@ -70,7 +69,6 @@ include:
7069 - path: AttributeAccessInterface.h
7170 - path: SafeAttributePersistenceProvider.h
7271 - path: EventHeader.h
73- - path: ClusterStateCache.h
7472 - path: CASEClientPool.h
7573 - path: SpecificationDefinedRevisions.h
7674 - path: OperationalSessionSetupPool.h
@@ -100,7 +98,6 @@ source:
10098- path: third_party/matter_sdk/src/app/InteractionModelEngine.cpp
10199- path: third_party/matter_sdk/src/app/OperationalSessionSetup.cpp
102100- path: third_party/matter_sdk/src/app/PendingResponseTrackerImpl.cpp
103- - path: third_party/matter_sdk/src/app/ReadClient.cpp
104101- path: third_party/matter_sdk/src/app/SimpleSubscriptionResumptionStorage.cpp
105102- path: third_party/matter_sdk/src/app/StatusResponse.cpp
106103- path: third_party/matter_sdk/src/app/SubscriptionResumptionSessionEstablisher.cpp
0 commit comments