tree: 25d95d6844106dbb4c12eca26e17e0c71e1aec15 [path history] [tgz]
  1. meta/
  2. src/
  3. BUILD.gn
  4. OWNERS
  5. README.md
src/sys/process-resolver/README.md

process-resolver

This component implements the fuchsia.process.Resolver protocol. This protocol is used by the #!resolve trampoline implemented in fdio that can launch a binary from any Fuchsia package.

process-resolver uses the fuchsia.pkg.PackageResolver capability from its namespace to resolve packages. Product configuration determines whether this capability is provided by the base-resolver (so only base shell packages can be resolved) or the pkg-resolver (so base, cache, or universe shell packages can be resolved).