| // 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: [ "sys/component/realm_builder_base.shard.cml" ], | |
| children: [ | |
| { | |
| name: "realm_builder_server", | |
| url: "fuchsia-pkg://fuchsia.com/test_manager#meta/realm_builder_server.cm", | |
| }, | |
| ], | |
| } |