blob: ee80f413d6433bda8eb984ff33795589abd9afae [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: [
"//sdk/lib/syslog/client.shard.cml",
"//src/sys/test_runners/gtest/default.shard.cml",
],
program: {
binary: "test/libpcap_test",
},
children: [
{
name: "netstack",
url: "#meta/netstack-debug.cm",
},
],
use: [
{
protocol: [
"fuchsia.posix.socket.packet.Provider",
"fuchsia.posix.socket.Provider",
],
from: "#netstack",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#netstack",
},
],
}