diff --git a/component/common/application/matter/project/amebad/make/chip_main/air_purifier_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/air_purifier_app/Makefile index 1fe5b810..a5acd155 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/air_purifier_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/air_purifier_app/Makefile @@ -100,6 +100,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/aircon_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/aircon_port/Makefile index ea72ca2f..278fbc09 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/aircon_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/aircon_port/Makefile @@ -111,6 +111,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/all_clusters_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/all_clusters_app/Makefile index 07803b23..752814b6 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/all_clusters_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/all_clusters_app/Makefile @@ -105,6 +105,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/bridge_dm_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/bridge_dm_app/Makefile index 8e22455e..16b2ba3c 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/bridge_dm_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/bridge_dm_app/Makefile @@ -107,6 +107,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/bridge_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/bridge_port/Makefile index 61016494..2e811ced 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/bridge_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/bridge_port/Makefile @@ -107,6 +107,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/dishwasher_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/dishwasher_port/Makefile index 5027d3e7..1b9bc7dd 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/dishwasher_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/dishwasher_port/Makefile @@ -115,6 +115,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/laundrywasher_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/laundrywasher_port/Makefile index f60ea0a3..fe0eb3be 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/laundrywasher_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/laundrywasher_port/Makefile @@ -115,6 +115,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/light_switch_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/light_switch_app/Makefile index 79ec4baa..ab185466 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/light_switch_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/light_switch_app/Makefile @@ -103,6 +103,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/lighting_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/lighting_app/Makefile index f5d4759d..bbbd5701 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/lighting_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/lighting_app/Makefile @@ -102,6 +102,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/lighting_dm_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/lighting_dm_app/Makefile index 9e22969c..f8ddc294 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/lighting_dm_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/lighting_dm_app/Makefile @@ -119,6 +119,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/lighting_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/lighting_port/Makefile index 06f0621d..3e35f0c1 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/lighting_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/lighting_port/Makefile @@ -118,6 +118,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/ota_requestor_app/Makefile b/component/common/application/matter/project/amebad/make/chip_main/ota_requestor_app/Makefile index d0e3df54..5b7caeea 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/ota_requestor_app/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/ota_requestor_app/Makefile @@ -94,6 +94,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp #CPPSRC += $(CHIPDIR)/src/app/util/chip-message-send.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-print.cpp CPPSRC += $(CHIPDIR)/src/app/util/message.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/refrigerator_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/refrigerator_port/Makefile index 3ea9c2a5..65e4eb2f 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/refrigerator_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/refrigerator_port/Makefile @@ -118,6 +118,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp diff --git a/component/common/application/matter/project/amebad/make/chip_main/thermostat_port/Makefile b/component/common/application/matter/project/amebad/make/chip_main/thermostat_port/Makefile index 19f0474f..c4c6c969 100644 --- a/component/common/application/matter/project/amebad/make/chip_main/thermostat_port/Makefile +++ b/component/common/application/matter/project/amebad/make/chip_main/thermostat_port/Makefile @@ -118,6 +118,8 @@ CPPSRC += $(CHIPDIR)/src/app/util/attribute-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/binding-table.cpp CPPSRC += $(CHIPDIR)/src/app/util/DataModelHandler.cpp CPPSRC += $(CHIPDIR)/src/app/util/ember-compatibility-functions.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-global-attribute-access-interface.cpp +CPPSRC += $(CHIPDIR)/src/app/util/ember-io-storage.cpp CPPSRC += $(CHIPDIR)/src/app/util/generic-callback-stubs.cpp CPPSRC += $(CHIPDIR)/src/app/util/util.cpp CPPSRC += $(CHIPDIR)/src/app/util/privilege-storage.cpp