[roll] Roll fuchsia [remote-control] Move FIDL that supports runner to private interface

Two of the methods on the RemoteControl FIDL interface are really only
for the runner command. Since that command ships with RCS itself it
should always come from exactly the same build and always use exactly
the same APIs. As we're putting RemoteControl in to the SDK, let's move
these private interfaces into their own versionless private FIDL, since
there's no reason to expose them to public users or API requirements.

While we're here, delete one of the methods entirely (it became obsolete
with CSO) and improve the name and documentation of the other.

Original-Bug: b/291987165
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/928254
Original-Revision: 82372f4066920ed39a5c501b507c1db524787ec0
GitOrigin-RevId: d1179d64c9837f3d257b136beca089282158fcb9
Change-Id: Icb19037e29739bfff30445f8596b6f6b76ea62ec
1 file changed
tree: 2bc126fdf8d3225b9181f7e7a52250e770767f4a
  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.