blob: 145f56eeaeeb07a7cfd70e771a59e3856c660e56 [file] [log] [blame]
// Copyright 2024 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/dynamic_create_child_child",
},
use: [
{ protocol: "fidl.examples.routing.echo.Echo" },
],
}