| // 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. |
| { |
| include: [ |
| "inspect/offer.shard.cml", |
| "syslog/offer.shard.cml", |
| ], |
| children: [ |
| { |
| name: "client", |
| url: "client#meta/client.cm", |
| }, |
| { |
| name: "harness", |
| url: "fidl_client_suite_test_harness#meta/harness.cm", |
| }, |
| ], |
| offer: [ |
| { |
| protocol: "fidl.clientsuite.Runner", |
| from: "#client", |
| to: "#harness", |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "#harness", |
| }, |
| ], |
| } |