Skip to content

Commit

Permalink
Remove unused textproto files (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ionut Victor Anghelcovici authored Jul 6, 2020
1 parent 8bc660c commit 0ae10da
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 89 deletions.
20 changes: 1 addition & 19 deletions docs/programming-oak.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,25 +222,7 @@ Each of these steps is described in the following sections.
### Creating a Configuration File

In order to load an Oak Application into the Oak Server its configuration must
be serialized into a binary file. The Application first needs to specify a
template configuration file:

<!-- prettier-ignore-start -->
[embedmd]:# (../examples/hello_world/config/config.textproto)
```textproto
initial_node_configuration: {
name: "main"
wasm_config: {
wasm_module_name: "app"
wasm_entrypoint_name: "oak_main"
}
}
```
<!-- prettier-ignore-end -->

The `wasm_modules` field (not shown above because it is empty in the template
configuration) will be filled with WebAssembly module bytes after serialization
using the
be serialized into a binary file that will be parsed by the
[_Application Configuration Serializer_](../sdk/rust/oak_config_serializer), as
follows:

Expand Down
7 changes: 0 additions & 7 deletions examples/abitest/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/aggregator/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/chat/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/hello_world/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/machine_learning/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/private_set_intersection/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/running_average/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/tensorflow/config/config.textproto

This file was deleted.

7 changes: 0 additions & 7 deletions examples/translator/config/config.textproto

This file was deleted.

This file was deleted.

0 comments on commit 0ae10da

Please sign in to comment.