blob: f1957d39c36b2e1fcb12aea468f1690483864eaa [file] [log] [blame] [edit]
// 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.
// TODO(286435361): This file should be generated.
{
include: [
"//sdk/lib/driver_test_realm/meta/client.shard.cml",
"inspect/offer.shard.cml",
"syslog/client.shard.cml",
],
children: [
{
name: "test_suite",
url: "fuchsia-diagnostics-tests#meta/fuchsia-diagnostics-tests.cm",
},
],
offer: [
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
from: "parent",
to: "#test_suite",
},
// TODO(b/345827642): Remove once all old prebuilts
// have been pruned.
{
protocol: [
"fuchsia.inspect.InspectSink",
"fuchsia.logger.LogSink",
],
from: "parent/diagnostics",
to: "#test_suite",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_suite",
},
],
}