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
  • Loading branch information
vivien-apple committed Jan 27, 2023
1 parent 42d0ac8 commit 98dc5ec
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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>
2 changes: 1 addition & 1 deletion src/app/zap-templates/zcl/zcl-with-test-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ha-devices.xml",
"ha.xml",
"lo-devices.xml",
"types.xml",
"types-others.xml",
"zll-devices.xml",
"zll.xml"
],
Expand Down
2 changes: 1 addition & 1 deletion src/app/zap-templates/zcl/zcl.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"ha-devices.xml",
"ha.xml",
"lo-devices.xml",
"types.xml",
"types-others.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 98dc5ec

Please sign in to comment.