[roll] Roll fuchsia [wlan][hw-sim] Refactor realm factory

This removes wlan-hw-sim.cml and creates and routes the WLAN test realm
all in code. This makes it easier to read and understand what components
exist in the test realm and what capabilities are routed within the test
realm since it's all in one place rather than split between Rust code
and a CML file.

This also removes realm_factory.rs and the WlanTestRealmFactory struct
and moves the realm creation functions in realm_factory/src/main.rs.

Renames realm-factory/meta/default.cml ->
realm-factory/meta/realm-factory.cml

Test: fx test hw-sim
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/955578
Original-Revision: d16d0dac71184b8609c1a2ae220d839a21b467ee
GitOrigin-RevId: 9a3531bf863f5cba9d7bf3a8783793c5c57aeb9a
Change-Id: Id50fdcdacaeaed28eb64187f33becfa0691eebf0
1 file changed
tree: a3320543e9790239bbbf07b6ab068d8bae1ba97d
  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.