Skip to content

Commit 426d432

Browse files
Updated steps for adding new cluster support. (project-chip#41762)
Removed step to add jni entry for new cluster. No need to add entries for new cluster BUILD.gn
1 parent 55a0ef5 commit 426d432

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/cluster_and_device_type_dev/how_to_add_new_dts_and_clusters.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ Use the ZAP GUI tool to edit the file above:
5757
7. Click `File->Save` to save the configuration.
5858
8. Close the GUI.
5959
60-
**Add entries for your new cluster to
61-
[BUILD.gn](c/src/controller/data_model/BUILD.gn)** in the outputs section of the
62-
java-jni-generate bits. The entries should look like
63-
"jni/YourClusterNameClient-InvokeSubscribeImpl.cpp" and
64-
"jni/YourClusterNameClient-ReadImpl.cpp".
65-
6660
**Add an entry to the ClientDirectories** section of
6761
[src/app/zap_cluster_list.json](https://github.com/project-chip/connectedhomeip/blob/master/src/app/zap_cluster_list.json).
6862

0 commit comments

Comments
 (0)