blob: 00951685a0915240c951f5d4abae52fd96355526 [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/driver/compat/compat.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "driver",
compat: "driver/fidl-service-child.so",
bind: "meta/bind/child-driver-bind.bindbc",
},
use: [
{
service: [ "fidl.examples.echo.EchoService" ],
},
],
}