[roll] Roll fuchsia [dtr] Add manifest provider protocol + component

Adds a new component called the manifest provider, which provides a
protocol of the same name. This is included into tests through the
client shard, and it allows the test to retrieve the driver test realm
base manifest without having to have it built into their package.
It will allow us to provide this base manifest from the platform side.
It will also allow bazel based tests to use this without having to
export the compiled manifest into the bazel side.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1423220
Original-Revision: a20f15734a508925a7ca4fd7822791e35a452953
GitOrigin-RevId: 360bc8502ba2c1f5eb592f25a6488ae33d74498e
Change-Id: I7c90630a900d4401a39da7f2716bdfe3a75be1e9
1 file changed
tree: 7aed9971b6caf57d69333a36cca1669c2309e2c2
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.