blob: 5015c0b6c99acd4a38abf013dbb19429f161d89f [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: [
"//src/sys/test_runners/gtest/default.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/shell_server_test_bin",
},
children: [
{
name: "shell_server",
url: "#meta/shell_server.cm",
},
],
use: [
{
protocol: "fuchsia.shell.Shell",
from: "#shell_server",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#shell_server",
},
],
}