| { | |
| "facets": { | |
| "fuchsia.module": { | |
| "@version": 2, | |
| "composition_pattern": "ticker", | |
| "intent_filters": [ | |
| { | |
| "action": "com.google.fuchsia.module.runner", | |
| "parameters": [] | |
| } | |
| ], | |
| "suggestion_headline": "Module with fake runner" | |
| } | |
| }, | |
| "program": { | |
| "binary": "bin/module_with_fake_runner" | |
| }, | |
| "runner": "fuchsia-pkg://fuchsia.com/fake_runner#meta/fake_runner.cmx", | |
| "sandbox": { | |
| "services": [ | |
| "fuchsia.modular.ComponentContext", | |
| "fuchsia.modular.ModuleContext" | |
| ] | |
| } | |
| } |