blob: 6fc05764de9457c170f16a76ce45f490d25c0c69 [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.
{
program: {
runner: "netemul_test_runner",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
use: [
{
protocol: "fuchsia.sys2.LifecycleController",
from: "framework",
},
{
event_stream: [ "destroyed" ],
from: "parent",
// TODO(https://fxbug.dev/81980): Remove path when fully migrated to events_v2
// and component manager exposes the event stream at the correct path.
path: "/svc/fuchsia.component.EventStream",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}