blob: 39aecd9cc42f4c0316491ba9a778ececb5ea8f32 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/file_server",
},
use: [
{
protocol: [ "fuchsia.posix.socket.Provider" ],
},
],
}