blob: 2e69d69549233dca968c8fcee18e48ccc0fc07f8 [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: [
"//src/sys/test_runners/rust/default.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/dns_lib_test",
},
children: [
{
name: "netstack",
url: "#meta/netstack-debug.cm",
},
],
use: [
{
protocol: "fuchsia.posix.socket.Provider",
from: "#netstack",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#netstack",
},
],
}