| { | |
| "program": { | |
| "binary": "bin/test_manager", | |
| }, | |
| "use": [ | |
| { | |
| "protocol": "/svc/fuchsia.logger.LogSink", | |
| }, | |
| { | |
| "protocol": "/svc/fuchsia.sys2.Realm", | |
| "from": "framework", | |
| }, | |
| ], | |
| "offer": [ | |
| { | |
| "protocol": "/svc/fuchsia.logger.LogSink", | |
| "from": "realm", | |
| "to": [ "#tests" ] | |
| }, | |
| ], | |
| "collections": [ | |
| { | |
| "name": "tests", | |
| "durability": "transient", | |
| }, | |
| ], | |
| } |