Reviewed on: 2019-10-18
The Regulatory Region Service provides the abilities to
--with //src/connectivity/location/regulatory_region
in the fx set
invocation.--with //src/connectivity/location/regulatory_region:tests
.The Regulatory Region Service provides the following protocols:
fuchsia.location.named_place.RegulatoryRegionConfigurator
fuchsia.location.named_place.RegulatoryRegionWatcher
fx run-test regulatory_region_tests
.fx run-test regulatory_region_integration_test
.src/main.rs
.src/lib.rs
.tests/
.If you‘re editing the code with an IDE, your IDE’s Rust integration will probably want a Cargo.toml
file describing the source and its dependencies. You can generate the necessary Cargo file with fx gen-cargo //src/connectivity/location/regulatory_region:bin
.