tree: 2181bad07d73274385c7c812cb14f3005e9a7944 [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. main.cc
  4. my_component_v2_cpp.cc
  5. my_component_v2_cpp.h
  6. my_component_v2_cpp_unittest.cc
  7. README.md
tools/create/goldens/my-component-v2-cpp/README.md

my-component-v2-cpp

TODO: Brief overview of the component.

Building

To add this component to your build, append --with-base tools/create/goldens/my-component-v2-cpp to the fx set invocation.

Running

Use ffx component run to launch this component into a restricted realm for development purposes:

$ ffx component run fuchsia-pkg://fuchsia.com/my-component-v2-cpp#meta/my-component-v2-cpp.cm

Testing

Unit tests for my-component-v2-cpp are available in the my-component-v2-cpp-tests package.

$ fx test my-component-v2-cpp-tests