blob: 11f03efe560513eee4cb459f8ce7f778399c23d3 [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/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",
},
],
}