blob: fa852a0df243e2536a9b7081344cece6186b89b5 [file] [log] [blame]
// 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: [ "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",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#sharder",
},
],
}