[roll] Roll fuchsia [component_manager][services] Revamp filtered services

- Back the filtered service implementation with a vfs, like the other
  service directory types - similar to fxrev.dev/868680. This simplifies
  the implementation considerably and achieves directory watcher support
  (fxbug.dev/79715).
- Change the behavior of `renamed_instances` to filter the set of
  instances in the service directory to only those that appear there.
  This is sufficient for drivers and simplifies the behavior.

  With this change, source_instance_filter becomes redundant. We could
  deprecate it in the future.

Original-Fixed: b/294908975
Original-Bug: b/294909269

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/895875
Original-Revision: ee942984be803ad6950fc286cb6b05f45a6afa4d
GitOrigin-RevId: 65aa19d247ee3ee96a13149d1267af870d3ce7d7
Change-Id: I65827268ef54c9b7a51f437f2a8af5073cb6c623
1 file changed
tree: b8a718f4b6e491d12ca7ddc752f121b924e0cc0f
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.