-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop generating BridgeGlobalStructs.h for dynamic-bridge-app (#27020)
* Stop generating BridgeGlobalStructs.h * Restyled by autopep8 * Remove more references to BridgeGlobalStructs * undo submodule changes --------- Co-authored-by: Andrei Litvin <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
24e829b
commit eb8131e
Showing
19 changed files
with
0 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/generators/bridge/BridgeClustersCpp.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
2 changes: 0 additions & 2 deletions
2
scripts/py_matter_idl/matter_idl/generators/bridge/BridgeClustersHeader.jinja
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
#include <new> | ||
|
||
#include "bridge/BridgeGlobalStructs.h" | ||
|
||
namespace clusters { | ||
|
||
{%- for cluster in clusters %} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 0 additions & 13 deletions
13
...matter_idl/matter_idl/tests/outputs/cluster_struct_attribute/bridge/BridgeGlobalStructs.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...y_matter_idl/matter_idl/tests/outputs/cluster_struct_attribute/bridge/DemoClusterServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
13 changes: 0 additions & 13 deletions
13
...py_matter_idl/matter_idl/tests/outputs/cluster_with_commands/bridge/BridgeGlobalStructs.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/cluster_with_commands/bridge/OnOff.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
36 changes: 0 additions & 36 deletions
36
..._matter_idl/matter_idl/tests/outputs/global_struct_attribute/bridge/BridgeGlobalStructs.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...py_matter_idl/matter_idl/tests/outputs/global_struct_attribute/bridge/DemoClusterServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
13 changes: 0 additions & 13 deletions
13
scripts/py_matter_idl/matter_idl/tests/outputs/several_clusters/bridge/BridgeGlobalStructs.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/several_clusters/bridge/FirstServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/several_clusters/bridge/SecondServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/several_clusters/bridge/Third.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/several_clusters/bridge/ThirdServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|
13 changes: 0 additions & 13 deletions
13
scripts/py_matter_idl/matter_idl/tests/outputs/simple_attribute/bridge/BridgeGlobalStructs.h
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
scripts/py_matter_idl/matter_idl/tests/outputs/simple_attribute/bridge/MyClusterServer.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#pragma once | ||
|
||
#include "BridgeGlobalStructs.h" | ||
#include "GeneratedClusters.h" | ||
|
||
namespace clusters { | ||
|