blob: 3b0e579d9aff2b463195ccbd0a4f6ba4224b288e [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/data_proxy",
},
capabilities: [
{
protocol: [ "fuchsia.testing.proxy.TcpProxyControl" ],
},
],
use: [
{
protocol: [
"fuchsia.net.name.Lookup",
"fuchsia.posix.socket.Provider",
],
},
],
expose: [
{
protocol: "fuchsia.testing.proxy.TcpProxyControl",
from: "self",
},
],
}