blob: 1b2ea087d0777cadc7445b156f2f60462928b782 [file] [log] [blame]
// Copyright 2021 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.
{
children: [
{
name: "flashmap",
url: "fuchsia-pkg://fuchsia.com/flashmap#meta/flashmap.cm",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#flashmap" ],
},
],
}