[roll] Roll fuchsia [component][fidl] Remove fuchsia.component.types

Afaict this library is no longer providing any value. Its constants have
been redefined elsewhere (fuchsia.url, fuchsia.component,
fuchsia.component.decl, etc).

In some cases the values have diverged:

- fuchsia.component.types.MAX_CHILD_NAME_LENGTH = 100
- fuchsia.component.MAX_CHILD_NAME_LENGTH = 1024
- fuchsia.component.decl.MAX_CHILD_NAME_LENGTH = 1024

A follow-up improvement could be to unify constants defined in various
fuchsia.component.* places.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1204404
Original-Revision: c32c4fc6fc73a06aadc3db45a7418fbe6e1bedcf
GitOrigin-RevId: 2cabe49ff8e0f0229749015ca57b1686e6ce99a2
Change-Id: I2bb71966713753cd149a0cdff3cb99c2628b30fa
1 file changed
tree: 50387528a82809c49c9550911b2b5fc8ff8a1b64
  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.