mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
25 lines
593 B
Plaintext
25 lines
593 B
Plaintext
{
|
|
"program": {
|
|
"binary": "bin/app"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"vulkan",
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-cache-storage",
|
|
"isolated-temp"
|
|
],
|
|
"services": [
|
|
"fuchsia.accessibility.semantics.SemanticsManager",
|
|
"fuchsia.process.Launcher",
|
|
"fuchsia.deprecatedtimezone.Timezone",
|
|
"fuchsia.netstack.Netstack",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.vulkan.loader.Loader",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.tracing.provider.Registry",
|
|
"fuchsia.intl.PropertyProvider"
|
|
]
|
|
}
|
|
}
|