blob: d689c7e645d57be9dd5a46da1563a1ed86dd373d [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
// These environments inherit realm's resolver capability instead of overriding with the
// full-resolver's resolver capability (which is done by the full-resolver version of this
// shard).
environments: [
{
name: "core-env",
extends: "realm",
},
{
name: "session-env",
extends: "realm",
runners: [
{
runner: "starbionic",
from: "#starnix_manager",
},
{
runner: "stardroid",
from: "#starnix_manager",
},
{
runner: "starmium",
from: "#starnix_manager",
},
],
},
],
}