blob: e5b5d2326e0e092c5dc9af78d20ea2c29afad223 [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/recovery/system/meta/shards/fdr.shard.cml",
"//src/recovery/system/meta/shards/ota.shard.cml",
"//src/recovery/system/meta/shards/system_recovery.shard.cml",
"//src/recovery/system/meta/shards/ui.shard.cml",
],
program: {
runner: "elf",
binary: "bin/system_recovery",
forward_stderr_to: "log",
forward_stdout_to: "log",
},
use: [
{
protocol: [
"fuchsia.buildinfo.Provider",
"fuchsia.feedback.CrashReporter",
"fuchsia.hwinfo.Board",
"fuchsia.hwinfo.Device",
"fuchsia.hwinfo.Product",
"fuchsia.paver.Paver",
"fuchsia.settings.Privacy",
],
},
],
}