Initial commit (#73089)
diff --git a/src/app/clusters/thermostat-user-interface-configuration-server/thermostat-user-interface-configuration-server.cpp b/src/app/clusters/thermostat-user-interface-configuration-server/ThermostatUserInterfaceConfigurationServer.cpp similarity index 100% rename from src/app/clusters/thermostat-user-interface-configuration-server/thermostat-user-interface-configuration-server.cpp rename to src/app/clusters/thermostat-user-interface-configuration-server/ThermostatUserInterfaceConfigurationServer.cpp
diff --git a/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.cmake b/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.cmake index 37fd38f..63361b9 100644 --- a/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.cmake +++ b/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.cmake
@@ -16,5 +16,5 @@ TARGET_SOURCES( ${APP_TARGET} PRIVATE - "${CLUSTER_DIR}/thermostat-user-interface-configuration-server.cpp" + "${CLUSTER_DIR}/ThermostatUserInterfaceConfigurationServer.cpp" ) \ No newline at end of file
diff --git a/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.gni b/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.gni index 8d3a37d..23f4e6f 100644 --- a/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.gni +++ b/src/app/clusters/thermostat-user-interface-configuration-server/app_config_dependent_sources.gni
@@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. app_config_dependent_sources = - [ "thermostat-user-interface-configuration-server.cpp" ] + [ "ThermostatUserInterfaceConfigurationServer.cpp" ]