[roll] Roll fuchsia [role_manager] Create the RoleManager

Creates the fuchsia.scheduler.RoleManager FIDL protocol along with the
associated service implementation. This will be used by both in tree and
OOT components to set profiles based on roles.

Note that this CL does not migrate users of the existing ProfileProvider
API to the RoleManager; that will be done in future CLs. Additionally,
it does not add support for the input/output role parameters, that will
also be added in future CLs.

Original-Bug: 127718
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/954056
Original-Revision: cba59a1f732f347dc736d81a74c840daf574480b
GitOrigin-RevId: 3bfe0a401eeb648791b55a29238b81f80cedf578
Change-Id: Ifefb20ead225eeb5ea54cebbe00b008a7de50af6
1 file changed
tree: 9a6438c7aa2e04502e8a5ed384a1df8a8f74dd03
  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.