blob: b37a254a0588042b36cd669515c89503386cfad3 [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/syslog/client.shard.cml",
"//src/sys/test_runners/rust/default.shard.cml",
],
program: {
binary: "bin/pty_lib_test",
},
children: [
{
name: "ptysvc",
url: "#meta/ptysvc.cm",
},
],
use: [
{
protocol: "fuchsia.hardware.pty.Device",
from: "#ptysvc",
},
{
protocol: "fuchsia.process.Launcher",
},
],
offer: [
{
protocol: "fuchsia.boot.WriteOnlyLog",
from: "parent",
to: "#ptysvc",
},
],
}