| // 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, | |
| }, | |
| }, | |
| } |