File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
src/app/clusters/commodity-tariff-server Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ source_set("commodity-tariff-server") {
1919 " CommodityTariffAttrsDataMgmt.cpp" ,
2020 " CommodityTariffAttrsDataMgmt.h" ,
2121 " CommodityTariffConsts.h" ,
22- " CommodityTariffContainers.h" ,
2322 ]
2423
2524 public_deps = [
Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ TARGET_SOURCES(
2222 "${CLUSTER_DIR} /CommodityTariffAttrsDataMgmt.cpp"
2323 "${CLUSTER_DIR} /CommodityTariffAttrsDataMgmt.h"
2424 "${CLUSTER_DIR} /CommodityTariffConsts.h"
25- "${CLUSTER_DIR} /CommodityTariffContainers.h"
2625)
Original file line number Diff line number Diff line change @@ -21,10 +21,7 @@ import("${chip_root}/build/chip/chip_test_suite.gni")
2121chip_test_suite (" tests" ) {
2222 output_name = " libTestCommodityTariffCluster"
2323
24- test_sources = [
25- " TestCommodityTariffBaseDataClass.cpp" ,
26- " TestCommodityTariffContainers.cpp" ,
27- ]
24+ test_sources = [ " TestCommodityTariffBaseDataClass.cpp" ]
2825
2926 sources = []
3027
You can’t perform that action at this time.
0 commit comments