
The stocks example app is outdated and deprecated, but we still use it for some benchmark tests. Moving it into the benchmarks directory to indicate its status.
23 lines
654 B
Plaintext
23 lines
654 B
Plaintext
{
|
|
"program": {
|
|
"data": "data/stocks"
|
|
},
|
|
"sandbox": {
|
|
"services": [
|
|
"fuchsia.cobalt.LoggerFactory",
|
|
"fuchsia.fonts.Provider",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.modular.Clipboard",
|
|
"fuchsia.modular.ContextWriter",
|
|
"fuchsia.modular.DeviceMap",
|
|
"fuchsia.modular.ModuleContext",
|
|
"fuchsia.sys.Environment",
|
|
"fuchsia.sys.Launcher",
|
|
"fuchsia.testing.runner.TestRunner",
|
|
"fuchsia.ui.input.ImeService",
|
|
"fuchsia.ui.policy.Presenter",
|
|
"fuchsia.ui.scenic.Scenic"
|
|
]
|
|
}
|
|
}
|