blob: 1e2af0847e352ac920481a36a85dbc4dcebdcc5c [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
children: [
{
name: "startup",
url: "fuchsia-pkg://fuchsia.com/startup-integration-test#meta/startup_for_test.cm",
startup: "eager",
},
{
name: "fake-appmgr",
url: "fuchsia-pkg://fuchsia.com/startup-integration-test#meta/appmgr.cm",
},
],
offer: [
{
protocol: [ "fuchsia.appmgr.Startup" ],
from: "#fake-appmgr",
to: "#startup",
},
],
}