| { | |
| "program": { | |
| "binary": "bin/app" | |
| }, | |
| "sandbox": { | |
| "dev": [ | |
| "class/display-controller", | |
| "class/input", | |
| "class/input-report" | |
| ], | |
| "features": [ | |
| "vulkan" | |
| ], | |
| "services": [ | |
| "fuchsia.logger.LogSink", | |
| "fuchsia.sys.Environment", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.sysmem.Allocator", | |
| "fuchsia.tracing.provider.Registry", | |
| "fuchsia.ui.policy.Presenter", | |
| "fuchsia.ui.scenic.Scenic", | |
| "fuchsia.vulkan.loader.Loader" | |
| ] | |
| } | |
| } |