blob: de351d0d53b67bc5824dee487b0d821472e247be [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: [
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
},
capabilities: [
{
protocol: [
"fuchsia.net.name.Lookup",
"fuchsia.net.name.LookupAdmin",
],
},
],
use: [
{
protocol: [
"fuchsia.net.routes.State",
"fuchsia.posix.socket.Provider",
"fuchsia.scheduler.RoleManager",
],
},
],
expose: [
{
protocol: [
"fuchsia.net.name.Lookup",
"fuchsia.net.name.LookupAdmin",
],
from: "self",
},
],
}