[roll] Roll fuchsia [fidl][python] Implement protocol (ignore methods for now)

fidlgen_python is in bringup and will only contain an empty class for
each protocol until a later change lands to implement the methods of
each protocol. I decided to land these in two separate changes because
this change allows the boilerplate for protocols to be put in place
before making the jump to implement all possible kinds of methods.

Original-Bug: 355717613
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1215765
Original-Revision: 02e21079ec9edf849236b2b7dd90537fdfdfec81
GitOrigin-RevId: 058e07b6e4335bfcb34354c05bccfa5c7361b055
Change-Id: I49f66ef2ad1ce242e09c03dca166dbb6f7982acb
1 file changed
tree: b6393ee8e1e356db060bf5bfb0f18915c8f98de5
  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.