blob: 5bef62ae63926f1b8cc3bb552dc77daefbccf411 [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.
{
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",
},
],
}