[roll] Roll fuchsia [fuchsia-component] Add helpers for custom service name

This change introduces helpers for components that connect to services
that have been given a custom name, and so cannot use the service marker
to auto-fill the desired capability name.

These helpers are to be used, for example, with the proprietary TEE
service implementation in which a service with a proprietary name is
routed through the component topology under a platform-defined name.

Original-Bug: b/410521972
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1266744
Original-Revision: 29c811164599947170bcb540162b1132693c516b
GitOrigin-RevId: b6ed287f0671b8b82ee767461ad47e0e7c0c1321
Change-Id: Id13c53895913746f318b576c84556bc23da01fe4
1 file changed
tree: 0ca38be2f706e8449806adc41ceca4356a25b879
  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 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.