mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 12:24:24 +00:00
38bc52cd0e
This protocol is replaced with fuchsia.net.name.Lookup. Change-Id: Ib87ba5c4ca243c044d1ef43f401387bad7126b79 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/212100 Auto-Submit: Tamir Duberstein <tamird@google.com> Reviewed-by: Chase Latta <chaselatta@google.com> Commit-Queue: Chase Latta <chaselatta@google.com>
27 lines
819 B
Text
27 lines
819 B
Text
{
|
|
"program": {
|
|
"binary": "exe.stripped/dart"
|
|
},
|
|
"sandbox": {
|
|
"features": [
|
|
"config-data",
|
|
"deprecated-ambient-replace-as-executable",
|
|
"isolated-cache-storage",
|
|
"isolated-persistent-storage",
|
|
"isolated-temp",
|
|
"root-ssl-certificates"
|
|
],
|
|
"services": [
|
|
"fuchsia.deprecatedtimezone.Timezone",
|
|
"fuchsia.device.NameProvider",
|
|
"fuchsia.feedback.CrashReporter",
|
|
"fuchsia.intl.PropertyProvider",
|
|
"fuchsia.logger.LogSink",
|
|
"fuchsia.net.name.Lookup",
|
|
"fuchsia.posix.socket.Provider",
|
|
"fuchsia.sysmem.Allocator",
|
|
"fuchsia.timezone.Timezone",
|
|
"fuchsia.tracing.provider.Registry"
|
|
]
|
|
}
|
|
}
|