blob: cef714dcaea9e084a0a2d6dc182a55fb4762817c [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/testing/netemul/sync-manager/meta/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/server",
},
use: [
{ protocol: "fuchsia.posix.socket.Provider" },
],
}