blob: 8dc086ae2065f3d5f064cc69467a6922c6c3097e [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_manager/system-test.shard.cml",
"//src/sys/test_runners/tmp_storage.shard.cml",
"inspect/client.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/root_job_test_runner",
args: [ "/pkg/bin/component_manager_boot_env_test" ],
},
use: [
{
protocol: [
"fidl.examples.routing.echo.Echo",
"fuchsia.boot.RootResource",
"fuchsia.io.Directory",
"fuchsia.kernel.CpuResource",
"fuchsia.kernel.DebugResource",
"fuchsia.kernel.HypervisorResource",
"fuchsia.kernel.InfoResource",
"fuchsia.kernel.IoportResource",
"fuchsia.kernel.IrqResource",
"fuchsia.kernel.MmioResource",
"fuchsia.kernel.PowerResource",
"fuchsia.kernel.RootJob",
"fuchsia.kernel.SmcResource",
"fuchsia.kernel.VmexResource",
"fuchsia.process.Launcher",
],
},
],
}