blob: f4d14ef0d8cd0c8d7f3aa59d6c11fa043df72ed4 [file] [log] [blame]
{
program: {
binary: "bin/rust_test_adapter",
args: ["/pkg/test/graphical_session_bin_test",],
},
use: [
{ runner: "elf" },
{
// The Scenic service allows the session to display images.
protocol: "/svc/fuchsia.ui.scenic.Scenic",
},
// These last "use" statements is needed for the RustTestAdapter trampoline
{
protocol: "/svc/fuchsia.logger.LogSink",
},
{
protocol: "/svc/fuchsia.process.Launcher",
},
],
expose: [
{
protocol: "/svc/fuchsia.test.Suite",
from: "self",
},
],
}