blob: afcf04d70aa86dadd24a9e005ddfb2374c3c759f [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/sys/testing/elf_test_runner.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "test/pty-test",
},
children: [
{
name: "ptysvc",
url: "ptysvc#meta/ptysvc.cm",
},
],
use: [
{
protocol: [ "fuchsia.hardware.pty.Device" ],
from: "#ptysvc",
},
],
offer: [
{
protocol: [ "fuchsia.boot.WriteOnlyLog" ],
from: "parent",
to: "#ptysvc",
},
],
}