@@ -48,6 +48,8 @@ static_library("chip-tool-utils") {
48
48
sources = [
49
49
" ${ chip_root } /src/app/tests/suites/include/ConstraintsChecker.h" ,
50
50
" ${ chip_root } /src/app/tests/suites/include/ValueChecker.h" ,
51
+ " ${ chip_root } /src/controller/ExamplePersistentStorage.cpp" ,
52
+ " ${ chip_root } /src/controller/ExamplePersistentStorage.h" ,
51
53
" ${ chip_root } /zzz_generated/chip-tool/zap-generated/cluster/ComplexArgumentParser.cpp" ,
52
54
" ${ chip_root } /zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.cpp" ,
53
55
" commands/clusters/ModelCommand.cpp" ,
@@ -68,17 +70,11 @@ static_library("chip-tool-utils") {
68
70
" commands/discover/DiscoverCommand.cpp" ,
69
71
" commands/discover/DiscoverCommissionablesCommand.cpp" ,
70
72
" commands/discover/DiscoverCommissionersCommand.cpp" ,
71
- " commands/pairing/PairingCommand.cpp" ,
72
-
73
- # TODO - enable CommissionedListCommand once DNS Cache is implemented
74
- # "commands/pairing/CommissionedListCommand.cpp",
75
- # "commands/pairing/CommissionedListCommand.h",
76
- " ${ chip_root } /src/controller/ExamplePersistentStorage.cpp" ,
77
- " ${ chip_root } /src/controller/ExamplePersistentStorage.h" ,
78
73
" commands/pairing/CloseSessionCommand.cpp" ,
79
74
" commands/pairing/CloseSessionCommand.h" ,
80
75
" commands/pairing/OpenCommissioningWindowCommand.cpp" ,
81
76
" commands/pairing/OpenCommissioningWindowCommand.h" ,
77
+ " commands/pairing/PairingCommand.cpp" ,
82
78
" commands/payload/AdditionalDataParseCommand.cpp" ,
83
79
" commands/payload/SetupPayloadGenerateCommand.cpp" ,
84
80
" commands/payload/SetupPayloadParseCommand.cpp" ,
0 commit comments