blob: be82af80981913addbef2083b40048c4184da309 [file] [log] [blame]
{
"program": {
"data": "data/shapes_mod"
},
"sandbox": {
"services": [
"fuchsia.cobalt.LoggerFactory",
"fuchsia.fonts.Provider",
"fuchsia.logger.LogSink",
"fuchsia.modular.Clipboard",
"fuchsia.modular.ContextWriter",
"fuchsia.modular.ComponentContext",
"fuchsia.modular.ModuleContext",
"fuchsia.netstack.Netstack",
"fuchsia.sys.Environment",
"fuchsia.ui.input.ImeService",
"fuchsia.ui.policy.Presenter",
"fuchsia.ui.scenic.Scenic",
"fuchsia.ui.viewsv1.ViewManager",
"fuchsia.wlan.service.Wlan"
]
},
"facets": {
"fuchsia.module": {
"@version": 2,
"suggestion_headline": "Show a shape",
"intent_filters": [
{
"action": "com.fuchsia.shapes_mod.show_circle",
"parameters": [
{
"name": "shape",
"type": "com.fuchsia.shapes_mod.shape"
}
]
},
{
"action": "com.fuchsia.shapes_mod.show_square",
"parameters": [
{
"name": "shape",
"type": "com.fuchsia.shape_mod.shape"
}
]
}
]
}
}
}