blob: a6b9847ac42025b00343e2aa36c4953e82aa5705 [file]
// Copyright 2026 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/offer.shard.cml",
"sys/component/realm_builder.shard.cml",
"sys/testing/rust_test_runner.shard.cml",
"syslog/client.shard.cml",
"syslog/offer.shard.cml",
],
program: {
binary: "bin/starnix_netstack_suspend_test",
},
use: [
{
event_stream: [ "stopped" ],
from: "parent",
},
],
offer: [
{
protocol: "fuchsia.kernel.VmexResource",
from: "parent",
to: "#realm_builder",
},
{
directory: "boot-kernel",
from: "parent",
to: "#realm_builder",
},
],
}