Skip to content

Commit

Permalink
Rename silabs/types.xml to silabs/types-silabs.xml to prevent it to b…
Browse files Browse the repository at this point in the history
…e loaded before chip/chip-types.xml since zcl-loader-silabs.js::parseZclFiles reorder the files if it match types.xml (#24710)
  • Loading branch information
vivien-apple authored and pull[bot] committed Aug 31, 2023
1 parent b35d029 commit 1539678
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
src/app/zap-templates/zcl/data-model/silabs/ha-devices.xml \
src/app/zap-templates/zcl/data-model/silabs/ha.xml \
src/app/zap-templates/zcl/data-model/silabs/lo-devices.xml \
src/app/zap-templates/zcl/data-model/silabs/types.xml \
src/app/zap-templates/zcl/data-model/silabs/types-silabs.xml \
src/app/zap-templates/zcl/data-model/silabs/zll-devices.xml \
src/app/zap-templates/zcl/data-model/silabs/zll.xml \
"
Expand Down
2 changes: 1 addition & 1 deletion src/app/zap-templates/zcl/data-model/all.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<xi:include href="silabs/ha-devices.xml" />
<xi:include href="silabs/ha.xml" />
<xi:include href="silabs/lo-devices.xml" />
<xi:include href="silabs/types.xml" />
<xi:include href="silabs/types-silabs.xml" />
<xi:include href="silabs/zll-devices.xml" />
<xi:include href="silabs/zll.xml" />
</all>
4 changes: 2 additions & 2 deletions src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"_comment": "Ensure access-control-definitions.xml is first in xmlFile array",
"xmlFile": [
"access-control-definitions.xml",
"chip-types.xml",
"types-silabs.xml",
"access-control-cluster.xml",
"account-login-cluster.xml",
"administrator-commissioning-cluster.xml",
Expand All @@ -23,7 +25,6 @@
"actions-cluster.xml",
"bridged-device-basic-information.xml",
"chip-ota.xml",
"chip-types.xml",
"channel-cluster.xml",
"client-monitoring-cluster.xml",
"clusters-extensions.xml",
Expand Down Expand Up @@ -80,7 +81,6 @@
"ha-devices.xml",
"ha.xml",
"lo-devices.xml",
"types.xml",
"zll-devices.xml",
"zll.xml"
],
Expand Down
4 changes: 2 additions & 2 deletions src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"_comment": "Ensure access-control-definitions.xml is first in xmlFile array",
"xmlFile": [
"access-control-definitions.xml",
"chip-types.xml",
"types-silabs.xml",
"access-control-cluster.xml",
"account-login-cluster.xml",
"administrator-commissioning-cluster.xml",
Expand All @@ -18,7 +20,6 @@
"actions-cluster.xml",
"bridged-device-basic-information.xml",
"chip-ota.xml",
"chip-types.xml",
"channel-cluster.xml",
"client-monitoring-cluster.xml",
"clusters-extensions.xml",
Expand Down Expand Up @@ -74,7 +75,6 @@
"ha-devices.xml",
"ha.xml",
"lo-devices.xml",
"types.xml",
"zll-devices.xml",
"zll.xml"
],
Expand Down
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/templates/availability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6001,7 +6001,7 @@
- DlOperationSource
- DlUserStatus
- DlUserType
# The enums after this come from the silabs types.xml, not the
# The enums after this come from the silabs types-silabs.xml, not the
# door lock cluster XML
#
# DoorLockUserStatus is not marked deprecated here because the
Expand Down

0 comments on commit 1539678

Please sign in to comment.