blob: 0b084a1d1ed8793d9021711f6e4cc479cf000301 [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: [
"//src/sys/test_runners/elf/create_raw_processes.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/program_lib_test",
},
use: [
{
protocol: [
"fuchsia.kernel.PowerResource",
"fuchsia.kernel.VmexResource",
"fuchsia.process.Launcher",
],
},
],
}