blob: 0c7fcc9ce3b71d60213a77996e05a933dd018829 [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",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}