| // Copyright 2026 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. | |
| { | |
| name: "simple_driver", | |
| include: [ "//sdk/lib/driver/compat/compat.shard.cml" ], | |
| program: { | |
| default_dispatcher_opts: [ "allow_sync_calls" ], | |
| compat: "driver/simple_dfv1.so", | |
| colocate: "true", | |
| bind: { | |
| rules: { "gizmo.example.TEST_NODE_ID": "simple_driver_v1" }, | |
| }, | |
| }, | |
| } |