blob: 693ccf1f9d901905933b4b11d3a674fa112592f1 [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/create_raw_processes.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/component_manager_bin_test",
},
use: [
{
protocol: [
"fuchsia.boot.RootResource",
"fuchsia.kernel.DebuglogResource",
"fuchsia.kernel.InfoResource",
"fuchsia.process.Launcher",
],
},
],
}