dart-sdk/runtime/vm.shard.cml
Dustin Green dcb6b1a7c1 [fuchsia][sysmem2] route fuchsia.sysmem2.Allocator
Closes https://github.com/dart-lang/sdk/pull/55682

GitOrigin-RevId: 5d2d87cb8f01e9aaa068eeb7435558095fbbbc09
Change-Id: I580c70c1c8d3519ad9a2fdfb3732bc6bebf73c22
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/365871
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
2024-05-10 17:00:29 +00:00

45 lines
1 KiB
Plaintext

// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
{
use: [
{
directory: "config-data",
rights: [ "r*" ],
path: "/config/data",
},
{
storage: "cache",
path: "/cache",
},
{
storage: "data",
path: "/data",
},
{
storage: "tmp",
path: "/tmp",
},
{
directory: "root-ssl-certificates",
rights: [ "r*" ],
path: "/config/ssl",
},
{
protocol: [
"fuchsia.deprecatedtimezone.Timezone",
"fuchsia.inspect.InspectSink",
"fuchsia.intl.PropertyProvider",
"fuchsia.logger.LogSink",
"fuchsia.net.name.Lookup",
"fuchsia.posix.socket.Provider",
"fuchsia.sysmem.Allocator",
"fuchsia.sysmem2.Allocator",
"fuchsia.timezone.Timezone",
"fuchsia.tracing.provider.Registry",
],
},
]
}