| // Copyright 2022 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: [ "//examples/diagnostics/inspect/codelab/cpp/client/meta/common.shard.cml" ], | |
| children: [ | |
| { | |
| name: "reverser", | |
| url: "fuchsia-pkg://fuchsia.com/inspect_cpp_codelab#meta/part_4.cm", | |
| }, | |
| ], | |
| } |