blob: dc89c194e8ea761369925aafb9c0381193c23b7b [file] [log] [blame]
// Copyright 2021 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",
],
collections: [
{
name: "dynamic_children",
durability: "transient",
},
],
offer: [
{
protocol: "fidl.examples.routing.echo.Echo",
from: "parent",
to: "#dynamic_children",
},
],
expose: [
{
protocol: "fuchsia.sys2.LifecycleController",
from: "framework",
},
{
protocol: "fuchsia.sys2.RealmQuery",
from: "framework",
},
],
}