blob: ec3f090e1538a9b8d4d5aaa3cacf335548f54f6c [file] [log] [blame]
{
"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",
},
],
}