[roll] Roll fuchsia [camera] merge USB webcam back

1. Merge usb_device_watcher back to device_watcher.

   camera_device_watcher now detects the device type before launching
   new camera_device sub-component.

   camera_device is now launched inside csi_camera_devices collection.

2. Convert camera_device to be CFv2 compliant.

   camera_device now opens /dev/class/camera/000 on its own instead of
   grabbing the handle from camera_device_watcher.

3. Split fuchsia_package_with_single_component("camera_device_watcher")
   to avoid aliasing the package with the component, which is confusing
   the unit test (package is depended on, but the contents of package
   are ignored).

Original-Bug: b/239429404, b/236623502
Test: build & run on NUC + C925e + Meet
      build & run on Sherlock + Meet
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711983
Original-Revision: 77dc97d11820c20e4ff5cc80b0dee416ddd295e5
GitOrigin-RevId: 270f374f6da5f4658939e024a96f4e2bf9bbe666
Change-Id: I4c8bb7690de2e8245d557a0b04f86835d4e6426b
1 file changed
tree: 440a85bafdfc7376fa1a10b21b30a5234403391e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.