blob: cd57f60f8d80008b1458bf591a44445bc37d540f [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: [
"inspect/offer.shard.cml",
"syslog/offer.shard.cml",
],
children: [
{
name: "echo_server",
url: "#meta/echo_server.cm",
},
],
expose: [
{
protocol: "test.placeholders.Echo",
from: "#echo_server",
},
],
}