| commit | d736bfd08e674d56f45d19ffa06b9616fce8ef77 | [log] [tgz] |
|---|---|---|
| author | Claire Gonyeo <cgonyeo@fuchsia.infra.roller.google.com> | Fri May 09 11:17:53 2025 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri May 09 11:19:53 2025 -0700 |
| tree | 71aa2d6d55f85833068dca70bed634742bfb9a9e | |
| parent | b7eea0a22ee9e5abae012a8674d5d56aebf5d1e3 [diff] |
[roll] Roll fuchsia [component_manager] add built-in dispatcher component The dispatcher component can be given configuration capabilities telling it what capability name and type its dispatching, and the URL of a component to dispatch to. It will expose a dynamically populated dictionary holding the capability it dispatches. Any routing requests to that capability will cause the dispatcher to launch a new worker component with the given URL, and it will then forward the route request to the worker. The worker is watched for a stop event, at which point the worker is destroyed. Any capabilities offered to the dispatcher are passed through to the workers. Original-Fixed: 415968290 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1245065 Original-Revision: ad0a94f5b7395be689e0e2a0bf9881a667025285 GitOrigin-RevId: 7ee5d21599fb0d571cf6d7bd88efbf5fa578f911 Change-Id: If885aad69548c74f9af24ffb605ea08de7a809b4
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.