commit | acf83a56f9993cbd855cc7181d01ce9bf3973ac5 | [log] [tgz] |
---|---|---|
author | John Tan <johntan@fuchsia.infra.roller.google.com> | Tue Dec 19 17:17:49 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Dec 19 09:18:59 2023 -0800 |
tree | a3320543e9790239bbbf07b6ab068d8bae1ba97d | |
parent | 4240368ac5d58d9485fd0414a9394e54fe31de0e [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.