blob: 3f68c2c6df7db5a2f7791e7c051420cae9a18748 [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.
{
children: [
{
name: "lowpanservice",
url: "fuchsia-pkg://fuchsia.com/lowpanservice#meta/lowpanservice.cm",
environment: "#core-env",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#lowpanservice" ],
},
],
}