| // Copyright 2024 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: [ |
| "//src/lib/testing/expectation/meta/common.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| children: [ |
| { |
| name: "sharder", |
| url: "#meta/sharder.cm", |
| }, |
| ], |
| capabilities: [ |
| { protocol: "fuchsia.test.Suite" }, |
| ], |
| offer: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "self", |
| to: "#sharder", |
| }, |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "#sharder", |
| to: "#expectation-comparer", |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.test.Suite", |
| from: "#expectation-comparer", |
| }, |
| ], |
| } |