[roll] Roll fuchsia [bedrock] Component bedrock exec prototype

* Introduce the Start/Stop/Program interfaces, simple abstractions
  for a "runnable" like a process, and in the future, a component
* Implement a types that can start the execution of processes and
  ELF binaries as Programs
* Add `testbed`, an integration test that verifies that the starters
  can execute some simple programs:
    - A "hello world" binary that prints to stdout
    - An Echo FIDL protocol server

Original-Bug: 122024
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/750864
Original-Revision: 0d6d8def6d38dfe3389dd15478cf99bf6a0836f4
GitOrigin-RevId: f7c753c95b065de53eb2c51cba89dff6aee63468
Change-Id: Iafcec023ed35c36ce9755571d59ee4688a9aa7ff
1 file changed
tree: 49a94e096c1ea1279962d7829cac689395687f0d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.