Skip to content

Commit

Permalink
Move encode_value and decode_value back into the Darwin framework. (#…
Browse files Browse the repository at this point in the history
…16417)

chip-tool-darwin depending on the framework is fine, but the framework
depending on chip-tool-darwin is not really OK.

Fixes #16080
  • Loading branch information
bzbarsky-apple authored Mar 21, 2022
1 parent e93c9d6 commit 95bcd02
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/chip-tool-darwin/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
{
"name": "encode_value",
"path": "partials/encode_value.zapt"
"path": "../../../src/darwin/Framework/CHIP/templates/partials/encode_value.zapt"
},
{
"name": "decode_value",
"path": "partials/decode_value.zapt"
"path": "../../../src/darwin/Framework/CHIP/templates/partials/decode_value.zapt"
},
{
"name": "test_value",
Expand Down
4 changes: 2 additions & 2 deletions src/darwin/Framework/CHIP/templates/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
{
"name": "encode_value",
"path": "../../../../../examples/chip-tool-darwin/templates/partials/encode_value.zapt"
"path": "partials/encode_value.zapt"
},
{
"name": "decode_value",
"path": "../../../../../examples/chip-tool-darwin/templates/partials/decode_value.zapt"
"path": "partials/decode_value.zapt"
},
{
"name": "init_struct_member",
Expand Down

0 comments on commit 95bcd02

Please sign in to comment.