Skip to content

Commit

Permalink
Remove all.xml (#35521)
Browse files Browse the repository at this point in the history
* Remove unused file

* Fix the documentation

* Restyled by prettier-markdown

---------

Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
3 people authored and pull[bot] committed Oct 2, 2024
1 parent 41db000 commit 3573964
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ directory:**

1. [.github/workflows/tests.yaml](https://github.com/project-chip/connectedhomeip/tree/master/.github/workflows/tests.yaml)
2. [scripts/rules.matterlint](https://github.com/project-chip/connectedhomeip/tree/master/scripts/rules.matterlint)
3. [src/app/zap-templates/zcl/data-model/all.xml](https://github.com/project-chip/connectedhomeip/tree/master/src/app/zap-templates/zcl/data-model/all.xml)
4. [src/app/zap-templates/zcl/zcl-with-test-extensions.json](https://github.com/project-chip/connectedhomeip/tree/master/src/app/zap-templates/zcl/zcl-with-test-extensions.json)
5. [src/app/zap-templates/zcl/zcl.json](https://github.com/project-chip/connectedhomeip/tree/master/src/app/zap-templates/zcl/zcl.json)
6. If it is a derived cluster, add a reference to the base cluster definition.
3. [src/app/zap-templates/zcl/zcl-with-test-extensions.json](https://github.com/project-chip/connectedhomeip/tree/master/src/app/zap-templates/zcl/zcl-with-test-extensions.json)
4. [src/app/zap-templates/zcl/zcl.json](https://github.com/project-chip/connectedhomeip/tree/master/src/app/zap-templates/zcl/zcl.json)
5. If it is a derived cluster, add a reference to the base cluster definition.
(e.g. in mode-base-cluster.xml you may need to add cluster codes - otherwise
you may get strange exceptions which aren't clear when running regen_all.py)

Expand All @@ -31,7 +30,7 @@ directory:**
> </struct>
> ```
7. [src/controller/python/chip/clusters/\_\_init\_\_.py](https://github.com/project-chip/connectedhomeip/tree/master/src/controller/python/chip/clusters/__init__.py)
6. [src/controller/python/chip/clusters/\_\_init\_\_.py](https://github.com/project-chip/connectedhomeip/tree/master/src/controller/python/chip/clusters/__init__.py)
**Enable your new cluster in the Python and Android clients** in
[src/controller/data_model/controller-clusters.zap](https://github.com/project-chip/connectedhomeip/blob/master/src/controller/data_model/controller-clusters.zap)
Expand Down
128 changes: 0 additions & 128 deletions src/app/zap-templates/zcl/data-model/all.xml

This file was deleted.

0 comments on commit 3573964

Please sign in to comment.