tree: 3828493fa835c84ea33f27903f8f59b14796d64d [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).