blob: 9ccff8c823259d3a54a3eb290a745b814a4809c5 [file] [log] [blame] [edit]
// 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" ],
program: {
runner: "elf",
binary: "bin/proxy_bin",
},
capabilities: [
{ protocol: "test.exampletester.Simple" },
],
use: [
{ protocol: "test.exampletester.Simple" },
],
expose: [
{
protocol: "test.exampletester.Simple",
from: "self",
},
],
}