blob: 69525b6170e81edbb2bf53381a34ea5c05d4d012 [file] [log] [blame]
{
children: [
{
name: "starnix_manager",
url: "fuchsia-pkg://fuchsia.com/starnix#meta/starnix_manager.cm",
// This component should not need to be eager. See fxb/74087.
startup: "eager",
},
],
offer: [
{
protocol: [ "fuchsia.logger.LogSink" ],
from: "parent",
to: [ "#starnix_manager" ],
},
],
}