blob: 555c1b75992b22533def02ce664308435e5ddbb5 [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.
{
children: [
{
name: "platform_driver_test_realm",
url: "#meta/platform_driver_test_realm.cm",
startup: "eager",
},
],
offer: [
{
protocol: [ "fuchsia.driver.test.Realm" ],
from: "#driver_test_realm",
to: [ "#platform_driver_test_realm" ],
},
{
dictionary: "diagnostics",
from: "parent",
to: [ "#platform_driver_test_realm" ],
},
],
}