Skip to content

Commit 5049364

Browse files
authored
CodeDrive UnitLocalization Server - File Renames Only PR 1/4 (project-chip#42437)
* UnitLocalization Server rename * remove directoty change * Fixes for renaming * fix build.gn * fix main common.cpp * fix build_dependent_soutces * Renaming Server to Cluster * removing unnecesary changes for this PR * bad rename
1 parent 503ade4 commit 5049364

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

scripts/attribute_persistence_provider_exclusions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ src/app/clusters/resource-monitoring-server/tests/TestResourceMonitoringCluster.
3434
src/app/clusters/thread-network-directory-server/thread-network-directory-server.cpp
3535
src/app/clusters/tls-certificate-management-server/tls-certificate-management-server.cpp
3636
src/app/clusters/tls-client-management-server/tls-client-management-server.cpp
37-
src/app/clusters/unit-localization-server/unit-localization-server.cpp
37+
src/app/clusters/unit-localization-server/UnitLocalizationCluster.cpp
3838
src/app/clusters/zone-management-server/zone-management-server.h

src/app/clusters/unit-localization-server/unit-localization-server.cpp renamed to src/app/clusters/unit-localization-server/UnitLocalizationCluster.cpp

File renamed without changes.

src/app/clusters/unit-localization-server/app_config_dependent_sources.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
TARGET_SOURCES(
1717
${APP_TARGET}
1818
PRIVATE
19-
"${CLUSTER_DIR}/unit-localization-server.cpp"
19+
"${CLUSTER_DIR}/UnitLocalizationCluster.cpp"
2020
"${CLUSTER_DIR}/unit-localization-server.h"
2121
)

src/app/clusters/unit-localization-server/app_config_dependent_sources.gni

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
app_config_dependent_sources = [
15-
"unit-localization-server.cpp",
15+
"UnitLocalizationCluster.cpp",
1616
"unit-localization-server.h",
1717
]

0 commit comments

Comments
 (0)