[roll] Roll fuchsia [fidl] Update DriverIndex.MatchDriver to support composites

This allows the driver index to provide the driver runner with
information about when a node matches a composite driver.

We use the `node_id` to specify which node was matched, and `num_nodes`
to specify the total number of nodes to be matched. This way, the driver
index does not need to hold any state, and the driver runner can make
the decision about when to create a composite node for a composite
driver.

Original-Bug: 73162
Original-Bug: 33183
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/528700
Original-Revision: ff26dfb54025984cb228551bbe8a38fc2acfc1f3
GitOrigin-RevId: 6558f89b7785f81f03a0c1e9698f19e85f2c091a
Change-Id: I3056e06bacd28ac63ba28a71e65d5b69137242a0
1 file changed
tree: 0821b4e62755a55569dbb58998f21189792817b5
  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.