| // Copyright 2021 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. |
| { |
| collections: [ |
| { |
| name: "pkg-resolver-coll", |
| durability: "transient", |
| }, |
| ], |
| offer: [ |
| { |
| directory: "data", |
| from: "parent", |
| to: "#pkg-resolver-coll", |
| }, |
| { |
| directory: "config-data", |
| from: "parent", |
| to: "#pkg-resolver-coll", |
| }, |
| { |
| directory: "pkgfs-system", |
| from: "parent", |
| to: "#pkg-resolver-coll", |
| }, |
| { |
| directory: "root-ssl-certificates", |
| from: "parent", |
| to: "#pkg-resolver-coll", |
| }, |
| { |
| protocol: [ |
| "fuchsia.boot.Arguments", |
| "fuchsia.cobalt.LoggerFactory", |
| "fuchsia.logger.LogSink", |
| "fuchsia.net.name.Lookup", |
| "fuchsia.pkg.LocalMirror", |
| "fuchsia.pkg.PackageCache", |
| "fuchsia.posix.socket.Provider", |
| "fuchsia.tracing.provider.Registry", |
| ], |
| from: "parent", |
| to: "#pkg-resolver-coll", |
| }, |
| ], |
| expose: [ |
| { |
| // Expose the ability to start and stop components in the pkg-resolver-coll collection. |
| protocol: "fuchsia.sys2.Realm", |
| from: "framework", |
| }, |
| ], |
| } |