[roll] Roll fuchsia [bazel_migration] Migrate fuchsia.hardware.i2c and another 9 libs

Migrate FIDL libraries from GN to Bazel by skill, migrating_fidl_to_bazel.

Migrated Libraries list:
fuchsia.hardware.i2c, fuchsia.hardware.i2c.businfo
fuchsia.hardware.i2cimpl, fuchsia.hardware.intel.hda
fuchsia.hardware.interconnect, fuchsia.hardware.interrupt
fuchsia.hardware.lightsensor, fuchsia.hardware.mailbox
fuchsia.hardware.mediacodec, fuchsia.hardware.midi

Test: fx bazel build --config=fuchsia \
//sdk/fidl/fuchsia.hardware.i2c:fuchsia.hardware.i2c \
//sdk/fidl/fuchsia.hardware.i2c.businfo:fuchsia.hardware.i2c.businfo \
//sdk/fidl/fuchsia.hardware.i2cimpl:fuchsia.hardware.i2cimpl \
//sdk/fidl/fuchsia.hardware.intel.hda:fuchsia.hardware.intel.hda \
//sdk/fidl/fuchsia.hardware.interconnect:fuchsia.hardware.interconnect \
//sdk/fidl/fuchsia.hardware.interrupt:fuchsia.hardware.interrupt \
//sdk/fidl/fuchsia.hardware.lightsensor:fuchsia.hardware.lightsensor \
//sdk/fidl/fuchsia.hardware.mailbox:fuchsia.hardware.mailbox \
//sdk/fidl/fuchsia.hardware.mediacodec:fuchsia.hardware.mediacodec \
//sdk/fidl/fuchsia.hardware.midi:fuchsia.hardware.midi
Test: fx bazel build --config=fuchsia //build/bazel/rules/tests
Test: fx build //sdk/fidl:compatibility_tests
Test: fx set core.x64 && fx build

Original-Bug: 487883318
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1592828
Original-Revision: bd08747ebaff0c8fb72b734b253cda43c3e5c61b
GitOrigin-RevId: dbf8a5441c2a6536a07807a1a325b2765153b230
Change-Id: I6d84e84829f64e95bd21e4f7d9ced15bfa396aac
1 file changed
tree: f528cd423ccfd78298b5f616fef55aaaccbaca16
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.