| // 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-log-tests#meta/fuchsia-diagnostics-log-tests.cm", |
| }, |
| ], |
| offer: [ |
| { |
| protocol: [ |
| "fuchsia.diagnostics.ArchiveAccessor", |
| "fuchsia.logger.Log", |
| ], |
| 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", |
| }, |
| ], |
| } |