|  | // 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: "driver_test_realm", | 
|  | url: "#meta/driver_test_realm.cm", | 
|  | }, | 
|  | ], | 
|  | use: [ | 
|  | { | 
|  | directory: "dev-topological", | 
|  | from: "#driver_test_realm", | 
|  | rights: [ "r*" ], | 
|  | path: "/dev", | 
|  | }, | 
|  | { | 
|  | protocol: [ | 
|  | "fuchsia.driver.development.Manager", | 
|  | "fuchsia.driver.registrar.DriverRegistrar", | 
|  | "fuchsia.driver.test.Realm", | 
|  | "fuchsia.system.state.Administrator", | 
|  | ], | 
|  | from: "#driver_test_realm", | 
|  | }, | 
|  | ], | 
|  | offer: [ | 
|  | { | 
|  | protocol: [ | 
|  | "fuchsia.component.resolution.Resolver-hermetic", | 
|  | "fuchsia.pkg.PackageResolver-hermetic", | 
|  | ], | 
|  | from: "parent", | 
|  | to: "#driver_test_realm", | 
|  | }, | 
|  | { | 
|  | dictionary: "diagnostics", | 
|  | from: "parent", | 
|  | to: [ "#driver_test_realm" ], | 
|  | }, | 
|  | ], | 
|  | } |