| // 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: [ |
| "//src/storage/lib/fs_management/client.shard.cml", |
| "//src/sys/test_runners/tmp_storage.shard.cml", |
| "//src/testing/realm_proxy/service/meta/realm_proxy.shard.cml", |
| ], |
| program: { |
| runner: "elf", |
| binary: "bin/test_realm_proxy", |
| }, |
| capabilities: [ |
| { protocol: "fuchsia.pkg.test.RealmFactory" }, |
| ], |
| use: [ |
| { |
| protocol: [ |
| "fuchsia.blobfs.internal.DecompressorCreator", |
| "fuchsia.process.Launcher", |
| ], |
| from: "parent", |
| }, |
| { |
| directory: "dev-topological", |
| from: "parent", |
| rights: [ "r*" ], |
| path: "/dev", |
| }, |
| ], |
| expose: [ |
| { |
| protocol: "fuchsia.pkg.test.RealmFactory", |
| from: "self", |
| }, |
| ], |
| } |