blob: 80508be3ae711e08b22ac26b44676d80bf04c131 [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/lib/storage/fs_management/client.shard.cml",
"//tools/blackout/blackout-target/meta/blackout.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/blackout_minfs_tree_target_bin",
lifecycle: { stop_event: "notify" },
},
}