blob: 0755924682edf10f270cd851506ed3fff1c9570b [file] [log] [blame]
// Copyright 2024 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",
"syslog/client.shard.cml",
],
program: {
binary: "bin/dynamic_create_child_test",
},
collections: [
{
name: "test_collection",
durability: "single_run",
},
],
use: [
{
protocol: [
"fuchsia.component.Realm",
"fuchsia.component.sandbox.CapabilityStore",
"fuchsia.component.sandbox.Factory",
],
from: "framework",
},
],
}