blob: 4b17f86f8f6c2e4063473395d907767d0bf61605 [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.
{
// TODO(https://fxbug.dev/97805) remove include once no longer required
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/foo_noop",
},
config: {
my_uint8: { type: "uint8" },
my_string: {
type: "string",
max_size: 100,
},
},
}