blob: 644d229b23c1b25dd5966440d56ce801759244d5 [file] [log] [blame]
// Copyright 2023 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: "stress_test_runner",
url: "fuchsia-pkg://fuchsia.com/stress-test-runner#meta/stress-test-runner.cm",
},
],
offer: [
{
protocol: "fuchsia.inspect.InspectSink",
from: "parent",
to: [ "#stress_test_runner" ],
},
],
}