[roll] Roll fuchsia [fidl] Finish renaming "interface" to "protocol"

This CL renames "interface" to "protocol" in various places, following
the JSON IR change in I96eceaf721a8e8d590428049762cb9312be407e9.

At this point, the only remaining use of "interface" is in HLCPP types
such as fidl::InterfacePtr. These will not be changed since we are
transitioning to the unified C++ bindings long term.

Original-Bug: 7660
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/690668
Original-Revision: 5fd765771aba697e7e3e379cf16c3c554062fa6e
GitOrigin-RevId: daf3efcdb6ffa294e5cc8a2a38dd4e2e657e15a7
Change-Id: I0bda6feece944f77074fddeae845977a7115f70e
1 file changed
tree: f374f44b26bd3a662b36ed81bd7b039c8bb7b0d2
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.