blob: 696aa41d3eefc7eeb79f15ff46771a16c517e575 [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/cs2_test#meta/bar.cm",
"startup": "eager",
},
{
"name": "baz",
"url": "fuchsia-pkg://fuchsia.com/cs2_test#meta/baz.cm",
"startup": "eager",
},
]
}