blob: 33a7bbeef9a56d192fd55931f3f5deb24b2ca300 [file]
// 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: [ "syslog/client.shard.cml" ],
capabilities: [
{
protocol: [ "fidl.test.compatibility.Echo" ],
},
],
use: [
{ protocol: "fidl.test.compatibility.Echo" },
],
expose: [
{
protocol: "fidl.test.compatibility.Echo",
from: "self",
},
],
}