| // 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: "inspect_test_runner", | |
| url: "fuchsia-pkg://fuchsia.com/inspect-test-runner#meta/inspect-test-runner.cm", | |
| }, | |
| ], | |
| offer: [ | |
| { | |
| dictionary: "diagnostics-accessors", | |
| from: "parent", | |
| to: "#inspect_test_runner", | |
| }, | |
| ], | |
| } |