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