blob: 83123816c154ed4ece44c8c387bb5b8d691cc43b [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/dhcpv6_client",
},
capabilities: [
{ protocol: "fuchsia.net.dhcpv6.ClientProvider" },
],
use: [
{ protocol: "fuchsia.posix.socket.Provider" },
],
expose: [
{
protocol: "fuchsia.net.dhcpv6.ClientProvider",
from: "self",
},
],
}