blob: 39f96119de6fcb4895fbced7c27cb51715174f47 [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/core_shards/base.shard.cml",
"//src/recovery/system/meta/core_shards/ui.shard.cml",
],
children: [
{
name: "system_recovery",
url: "fuchsia-pkg://fuchsia.com/system_recovery_fdr#meta/system_recovery_fdr.cm",
startup: "eager",
},
],
offer: [
{
protocol: [ "fuchsia.paver.Paver" ],
from: "parent",
to: "#system_recovery",
},
{
directory: "config-data",
from: "parent",
to: "#system_recovery",
subdir: "system_recovery_fdr",
},
{
directory: "dev-topological",
from: "parent",
as: "dev-sys-platform",
to: "#system_recovery",
subdir: "sys/platform",
},
],
}