[roll] Roll experiences [session] Move input and scene graph out of session

This change moves the scene graph setup and input pipeline configuration
code into a separate component.

A new "root" component, without any code, is also created. This
component is there to route capabilities between the workstation session
component and the "scene manager," due to various limitations when
trying to use protocols from child components.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/experiences/+/487642
Original-Revision: 6df02a404b483334d952b169fed6ee2930a11a8a
GitOrigin-RevId: 0e7d8381d19ef252c334a462df3fd45565d6f477
Change-Id: I9dc7a3a1a5a28686663d2036950e98359a091bcf
1 file changed
tree: 7e60efd52111c6881d4662455350142cd37bc64d
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.