[roll] Roll fuchsia Revert "[dtr] realm factory use test.Capability"

This reverts commit 2bcb4080d7570578f27edef5513f1f6a97f6483e.

Multiply: nodegroup_test_ctf18

Reason for revert: Possibly causing flakes in the ctf builder.

Original change's description:
> [dtr] realm factory use test.Capability
>
> In the driver test realm's start args, we can re-use the
> fuchsia.component.test.Capability instead of creating our own type. This
> will allow us to offer and expose other capabilities instead of being
> tied to the offer=protocol and expose=service. This also changes how
> these are routed in the driver test realm, to directly forward these
> instead of manually serving up exposes. Keeps the old way for a soft
> migration, but marks them as deprecated. These new fields are added into
> the parner sdk.
>
> Tests: basic-driver-test
> Original-Bug: 42073139
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1061660

Original-Bug: 42073139
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1078004
Original-Revision: 13344ceaee0443fd0870ff52f2589cceb8be486e
GitOrigin-RevId: d535eaf54db2241e38352f4cfe8d0e6addc3a0e0
Change-Id: I9ae70af056a1307c8160afb86203507343d0eb54
1 file changed
tree: 760f576e9ccc790a1344970d8a2e2d4052eb5066
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.