tree: d48e78809e86edf89000a4259b84be295411394c [path history] [tgz]
  1. fidl/
  2. meta/
  3. src/
  4. BUILD.gn
  5. README.md
garnet/examples/intl/manager/README.md

intl_property_manager

Demo implementation of fuchsia.intl.PropertyProvider. This service provides a fuchsia.intl.Profile that is configured using the protocol fuchsia.examples.intl.PropertyManager.

PropertyManager is intended solely for demo purposes; real implementations of PropertyProvider are expected to construct a Profile by reading the user's settings.

Configure the environment using:

fx set core.x64 --with=//garnet/packages/tests:intl_examples
fx build

You can then start the QEMU with networking, assuming that you use QEMU as a testing device and that you have confirmed that it works:

fx run -m 4096 -N

Once it runs:

fx serve

If all of the above are running, you can now test the implementation using:

$ fx run-test intl_property_manager_tests