| // 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: [ | |
| "inspect/offer.shard.cml", | |
| "syslog/client.shard.cml", | |
| ], | |
| children: [ | |
| { | |
| name: "test_suite", | |
| url: "fidl-hlcpp-unit-tests#meta/fidl-hlcpp-unit-tests.cm", | |
| }, | |
| ], | |
| expose: [ | |
| { | |
| protocol: "fuchsia.test.Suite", | |
| from: "#test_suite", | |
| }, | |
| ], | |
| } |