[roll] Roll fuchsia [sl4f][cfv2] Add sl4f cml files

Switch workstation and terminal products to use SL4F V2. And update
end_to_end SL4F tests. This also adds SL4F to base (in addition to
cache). We intend to switch all products to use SL4F V2 starting with
workstation and terminal. Until all products have switched we'll have
to keep both V1 and V2 versions available.

Add a minimal binary `start_sl4f` that launches SL4F V2 using Binder.
This is intended as a transitional solution until all fuchsia petals can
support launching components using `ffx component`.

Update `component_manager_policy.json5` to grant SL4F access to `tmp`
and `minfs`.
  - fxbug.dev/98755 tracks removing 'tmp' access.
  - fxbug.dev/98760 tracks removing 'minfs' access.

Split product specific protocols into product specific core_shard.cml
(i.e sl4f_terminal.core_shard.cml)

Original-Bug: 77056
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/665195
Original-Revision: 94d04effbb6120fab5783c57f82be22509fbb52c
GitOrigin-RevId: 185b2ad0f3cb432942e83c517351d819d209d9fe
Change-Id: I2089628c2e064554f2e18c8b1a665b04088e08e2
1 file changed
tree: 2631ca264291c590e1c6c76449ce962966f5c0ab
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.