blob: 27044d8d52ff94c406a128f45325c4d06d6360fb [file]
// Copyright 2024 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.
{
offer: [
{
// This is necessary because console-launcher expects to use this from parent and
// it's easier to add a root shard than to create a separate console-launcher
// package for images where debug-dash-launcher exists in bootstrap.
// TODO(http://fxbug.dev/377304449): Reconsider our approach here.
protocol: "fuchsia.dash.Launcher",
from: "#bootstrap/toolbox",
to: "#bootstrap",
dependency: "weak",
},
],
}