Skip to content

Commit

Permalink
remove ibeji adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
wilyle committed Feb 6, 2024
1 parent 54c0629 commit 6343337
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 489 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,15 @@ members = [
"cloud_connectors/azure/mqtt_connector",
"cloud_connectors/azure/proto-build",
"freyja_adapters/cloud/azure_cloud_connector_adapter",
"freyja_adapters/digital_twin/ibeji_adapter",
"freyja_apps/ibeji_adapter",
"freyja_apps/in_memory",
"freyja_apps/e2e",
"freyja_apps/ibeji_integration",
"freyja_apps/in_memory",
]

[workspace.dependencies]
# Local dependencies
azure-cloud-connector-adapter = { path = "freyja_adapters/cloud/azure_cloud_connector_adapter" }
azure-cloud-connector-proto = { path = "cloud_connectors/azure/proto-build" }
ibeji-adapter = { path = "freyja_adapters/digital_twin/ibeji_adapter" }

# ESDV dependencies
# Versioning is managed by the Cargo.lock file rather than copying rev properties to all of these
Expand All @@ -32,6 +30,7 @@ freyja = { git = "https://github.com/eclipse-ibeji/freyja" }
freyja-build-common = { git = "https://github.com/eclipse-ibeji/freyja" }
freyja-common = { git = "https://github.com/eclipse-ibeji/freyja" }
grpc-data-adapter = { git = "https://github.com/eclipse-ibeji/freyja" }
ibeji-adapter = { git = "https://github.com/eclipse-ibeji/freyja" }
in-memory-mock-cloud-adapter = { git = "https://github.com/eclipse-ibeji/freyja" }
in-memory-mock-digital-twin-adapter = { git = "https://github.com/eclipse-ibeji/freyja" }
in-memory-mock-mapping-adapter = { git = "https://github.com/eclipse-ibeji/freyja" }
Expand Down
31 changes: 0 additions & 31 deletions freyja_adapters/digital_twin/ibeji_adapter/Cargo.toml

This file was deleted.

35 changes: 0 additions & 35 deletions freyja_adapters/digital_twin/ibeji_adapter/README.md

This file was deleted.

11 changes: 0 additions & 11 deletions freyja_adapters/digital_twin/ibeji_adapter/build.rs

This file was deleted.

This file was deleted.

This file was deleted.

54 changes: 0 additions & 54 deletions freyja_adapters/digital_twin/ibeji_adapter/src/config.rs

This file was deleted.

Loading

0 comments on commit 6343337

Please sign in to comment.