blob: d18534b60738792debf5ebd44466afd50c135698 [file] [log] [blame]
// 'foo' is a component with 2 children 'bar' and 'baz'
// See README.md for the exact tree structure
{
children: [
{
name: "bar",
url: "fuchsia-pkg://fuchsia.com/cs-tests#meta/bar.cm",
startup: "eager",
},
{
name: "baz",
url: "fuchsia-pkg://fuchsia.com/cs-tests#meta/baz.cm",
startup: "eager",
},
],
}