[roll] Roll fuchsia [setui] Replace message hub macro with traits

This CL replaces the message hub definition macro with traits that
allow easy analysis of code within IDEs. Macro support is somewhat
limited and can also slow down compilation with excessive use. In this
case the only added complexity is the required import of the
MessageHubUtil trait, which seems like a minor cost to pay for increased
ease of navigatin in IDEs.

Original-Bug: 79189
Tests: fx test -o setui_service_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/546242
Original-Revision: 4524b3805e081e1404d417bb791d622a47301c28
GitOrigin-RevId: 2b0cada9463b9462c5d733b5c698353429e6a30c
Change-Id: Ibd51deb6dd022dc7b990440d845bfb1022758972
1 file changed
tree: 8dbf3facc3396bfdf4e168a5e871592726c5fe82
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.