blob: e4b992cdea1c262f266bb6f0ea229fe920086e7f [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: [
"syslog/client.shard.cml",
"syslog/elf_stdio.shard.cml",
],
program: {
runner: "elf",
binary: "bin/server_suite_under_test_llcpp",
},
capabilities: [
{ protocol: "fidl.serversuite.Runner" },
],
expose: [
{
protocol: "fidl.serversuite.Runner",
from: "self",
},
],
}