| // 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. |
| // This is a v2 component manifest. |
| { |
| include: [ |
| "//src/connectivity/network/meta/isolated-network.shard.cml", |
| "//src/storage/lib/fs_management/client.shard.cml", |
| "//src/sys/test_runners/rust/default.shard.cml", |
| "//src/sys/test_runners/tmp_storage.shard.cml", |
| "inspect/client.shard.cml", |
| "syslog/client.shard.cml", |
| ], |
| program: { |
| binary: "bin/fuchsia_pkg_testing_lib_test", |
| }, |
| use: [ |
| { |
| protocol: [ |
| "fuchsia.net.routes.State", |
| "fuchsia.posix.socket.Provider", |
| ], |
| from: "#netstack", |
| }, |
| { |
| protocol: [ "fuchsia.net.name.Lookup" ], |
| from: "#dns_resolver", |
| }, |
| { |
| protocol: [ "fuchsia.process.Launcher" ], |
| }, |
| ], |
| } |