blob: 436ed5711f0b56bf605534091e3cac2b13c79272 [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/client.shard.cml",
],
children: [
{
name: "test_realm_factory",
url: "timekeeper-test-realm-factory#meta/default.cm",
},
{
name: "test_suite",
url: "timekeeper-integration#meta/timekeeper_integration_test.cm",
},
],
offer: [
{
protocol: "test.time.realm.RealmFactory",
from: "#test_realm_factory",
to: "#test_suite",
},
{
protocol: [ "fuchsia.diagnostics.ArchiveAccessor" ],
from: "parent",
to: "#test_suite",
},
{
event_stream: [ "capability_requested" ],
from: "parent",
to: "#test_realm_factory",
},
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "#test_suite",
},
],
}