blob: 75411a7691cfed0f6e304193d80603acf416a2bd [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/offer.shard.cml",
],
program: {
binary: "bin/virtual_console_lib_lib_test",
},
children: [
{
name: "ptysvc",
url: "#meta/ptysvc.cm",
},
],
use: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "#ptysvc",
},
],
offer: [
{
protocol: "fuchsia.boot.WriteOnlyLog",
from: "parent",
to: "#ptysvc",
},
],
}