| { | |
| program: { | |
| binary: "bin/root_component", | |
| }, | |
| children: [ | |
| { | |
| name: "echo_server", | |
| // This will be resolved by the base package resolver | |
| url: "fuchsia-pkg://fuchsia.com/base_resolver_test#meta/echo_server.cm", | |
| }, | |
| ], | |
| capabilities: [ | |
| { | |
| directory: "pkgfs", | |
| rights: [ "rx*" ], | |
| path: "/pkgfs", | |
| }, | |
| ], | |
| use: [ | |
| { runner: "elf" }, | |
| { | |
| protocol: "fuchsia.sys2.Realm", | |
| from: "framework", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| directory: "pkgfs", | |
| from: "self", | |
| }, | |
| ], | |
| } |