[roll] Roll fuchsia [bind] Update bind_rules to driver_bind_rules

Update all of the bind_rules to the new driver_bind_rules so that
a bind file is generated as well.

These changes were almost entirely generated by the following commands:

find src -name BUILD.gn -exec sed -i -E 's/output = "(.*).h"/header_output = "\1.h"/g' {} \;
find src -name BUILD.gn -exec sed -i -E 's/bind_rules\("/driver_bind_rules\("/g' {} \;

I then went through the drivers that are included in the allowlist
goldens and made sure the bind programs matched the driver names.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/550481
Original-Revision: 734a0885a4c1862403d1ad749cc0be7dabecf742
GitOrigin-RevId: 7e3c70f572122ba792c19d37eec2163e9d98f2e5
Change-Id: I1fc6a2c6a28fae9c6f79e6dd3a62b1d7af750f20
1 file changed
tree: d2a37165244c36e017559a27fcfe85654da6dcd9
  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.