blob: 90ffe92e6a6bec19aa47e0135555ed5c487e333a [file] [log] [blame]
// Copyright 2026 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" ],
program: {
runner: "elf",
binary: "bin/fidl_echo_rust_server_next",
},
capabilities: [
{ protocol: "fuchsia.examples.Echo" },
],
expose: [
{
protocol: "fuchsia.examples.Echo",
from: "self",
},
],
}