[roll] Roll fuchsia [realm_builder] runner adds handles to LocalComponentImpl

Simplifies the implementation of a local component by moving the handles
into the component object before calling `OnStart()`, so the implementer
doesn't have to "remember" to do it themselves.

OnStart() replaces Start(), and requires no arguments.

OnStop() replaces Stop().

The "On" prefix is added to indicate that these are event-based
callbacks, in contrast with Exit().

Exit() is now a method of the LocalComponentImpl class, so the implementer
does not need to invoke Exit() through the handles object.

The handles are now available by calling methods implemented directly
by LocalComponentImpl: ns(), svc(), and outgoing().

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/734285
Original-Revision: b88ccdf5978d9ae0a98918f3d64ac18d6e09a2bf
GitOrigin-RevId: c0d6f9c4f625337f0b41f154196f94faec5f83e8
Change-Id: Ia90714de057370e36205bd01ffed009723137db6
1 file changed
tree: c009aaf47a452cd66f14c171adfd41220bfc4180
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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 via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.