blob: b2a2cb596d2223dc080da0779a6f2b572c6dac0f [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: [
"//sdk/lib/driver_test_realm/meta/realm_builder.shard.cml",
"//sdk/lib/inspect/client.shard.cml",
"//sdk/lib/syslog/client.shard.cml",
"sys/component/realm_builder.shard.cml",
"sys/testing/elf_test_runner.shard.cml",
],
program: {
binary: "test/netsvc-test",
},
children: [
{
name: "device-name-provider",
url: "#meta/device-name-provider.cm",
},
],
use: [
{
protocol: [ "fuchsia.process.Launcher" ],
},
{
protocol: "fuchsia.device.NameProvider",
from: "#device-name-provider",
},
],
offer: [
{
protocol: "fuchsia.logger.LogSink",
from: "parent",
to: "#device-name-provider",
},
],
}