[roll] Roll fuchsia [dfv2][inspect] Add inspector() method to DriverBase

A ComponentInspector is being added to fdf::DriverBase.
That adds the build dependency
`//sdk/lib/component/inspect/component/cpp:inspect_component_cpp`, which
has an expect_includes for the Inspect client shard.

This allows all DFv2 drivers to easily export Inspect data
with no extra configuration required.

DFv1 drivers being shimmed by compat::Driver will also
have their Inspect data exported by compat::Driver via
InspectSink.

These changes were designed/discussed in go/drivers-inspect.

Tested: existing; spot checked Inspect output of
bootstrap/driver_manager:root/sysmem and
bootstrap/driver_manager:root/display (goldfish driver)

Original-Fixed: b/308189533
Original-Fixed: b/320463603

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934801
Owners-Override: James Robinson <jamesr@google.com>
Original-Revision: 431c962f54974dc84b8d868b1b8621d1ce765876
GitOrigin-RevId: 7d2c1f94035ebf0d0f8a0cc95fa1c53dcc2345dd
Change-Id: Ib7d787c0765d36838f2bacf9a7f53262bf895ee7
1 file changed
tree: 20b0281f10cc8f06903acb04a64213dda9ce2d02
  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.