blob: f287cdba121daa2fe1b100c672677c003a5cfe1b [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/sys/test_runners/rust/default.shard.cml",
"inspect/client.shard.cml",
"sys/component/realm_builder.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/lowpan_integration_tests",
},
children: [
{
name: "lowpanservice",
url: "#meta/lowpanservice.cm",
},
],
collections: [
{
name: "drivers",
durability: "transient",
},
],
use: [
{
protocol: [
"fuchsia.factory.lowpan.FactoryLookup",
"fuchsia.factory.lowpan.FactoryRegister",
"fuchsia.lowpan.device.CountersConnector",
"fuchsia.lowpan.device.DeviceConnector",
"fuchsia.lowpan.device.DeviceExtraConnector",
"fuchsia.lowpan.device.EnergyScanConnector",
"fuchsia.lowpan.DeviceWatcher",
"fuchsia.lowpan.driver.Register",
"fuchsia.lowpan.experimental.DeviceConnector",
"fuchsia.lowpan.experimental.DeviceExtraConnector",
"fuchsia.lowpan.experimental.DeviceRouterConnector",
"fuchsia.lowpan.experimental.DeviceRouterExtraConnector",
"fuchsia.lowpan.experimental.LegacyJoiningConnector",
"fuchsia.lowpan.experimental.TelemetryProviderConnector",
"fuchsia.lowpan.test.DeviceTestConnector",
"fuchsia.lowpan.thread.DatasetConnector",
"fuchsia.lowpan.thread.MeshcopConnector",
],
from: "#lowpanservice",
},
],
offer: [
{
protocol: [
"fuchsia.factory.lowpan.FactoryRegister",
"fuchsia.lowpan.driver.Register",
],
from: "#lowpanservice",
to: "#drivers",
},
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: [
"#drivers",
"#lowpanservice",
],
},
],
}