blob: c48a025cdbc62a8964aff44366755c45ae565f43 [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/fuchsia_async_lib_test",
},
children: [
{
name: "netstack",
url: "#meta/netstack.cm",
},
],
use: [
{
protocol: [ "fuchsia.posix.socket.Provider" ],
from: "#netstack",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: "#netstack",
},
{
storage: "cache",
from: "parent",
to: [ "#netstack" ],
},
],
}