| // 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. | |
| { | |
| include: [ "//src/lib/testing/expectation/meta/common.shard.cml" ], | |
| capabilities: [ | |
| { protocol: "fuchsia.test.Suite" }, | |
| ], | |
| offer: [ | |
| { | |
| protocol: "fuchsia.test.Suite", | |
| from: "self", | |
| to: "#expectation-comparer", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "fuchsia.test.Suite", | |
| from: "#expectation-comparer", | |
| }, | |
| ], | |
| } |