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