| // 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: "test", |
| program: { |
| default_dispatcher_opts: [ |
| "allow_sync_calls", |
| ], |
| bind: { |
| one_of: [ |
| { |
| protocol: "fuchsia.test.BIND_PROTOCOL.PARENT", |
| }, |
| { |
| vid: "fuchsia.test.platform.BIND_PLATFORM_DEV_VID.TEST", |
| pid: "fuchsia.test.platform.BIND_PLATFORM_DEV_PID.LIBDRIVER", |
| did: "fuchsia.test.platform.BIND_PLATFORM_DEV_DID.COMPOSITE", |
| }, |
| ], |
| }, |
| }, |
| } |