blob: 05356cdc6ad78f8a57e8d721fdf216f21a498fe5 [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/connectivity/network/lib/net_interfaces/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/mdns_netemul_multi_network_test_agent",
args: [ "--remote" ],
},
use: [
{
protocol: [
"fuchsia.netemul.sync.SyncManager",
"fuchsia.posix.socket.Provider",
],
from: "parent",
},
],
}