| { | |
| program: { | |
| binary: "test/remote_control_lib_test", | |
| }, | |
| use: [ | |
| { runner: "rust_test_runner" }, | |
| { | |
| directory: "/tmp", | |
| from: "realm", | |
| rights: [ "rw*" ], | |
| }, | |
| { | |
| protocol: [ | |
| "/svc/fuchsia.logger.LogSink", | |
| "/svc/fuchsia.sys.Launcher", | |
| ], | |
| from: "realm", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "/svc/fuchsia.test.Suite", | |
| from: "self", | |
| }, | |
| ], | |
| } |