blob: 16c1dc2d74b0d6457d3bc0d16d8daa5e4d724be5 [file]
{
include: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/resolver",
},
children: [
{
name: "child_a",
url: "fuchsia-pkg://fuchsia.com/hub_integration_test#meta/hub_client.cm",
},
{
name: "child_b",
url: "fuchsia-pkg://fuchsia.com/hub_integration_test#meta/hub_client.cm",
},
],
use: [
{
directory: "hub",
from: "framework",
rights: [ "r*" ],
path: "/hub",
},
],
config: {
logging: { type: "bool" },
verbosity: {
type: "string",
max_size: 10,
},
tags: {
type: "vector",
max_count: 20,
element: {
type: "string",
max_size: 10,
},
},
},
}