blob: 5aff4bf6adbbb71f1040df37db00e4af0a140f15 [file]
// 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: "leaf",
program: {
binary: "driver/interop_leaf.so",
bind: {
protocol: "fuchsia.test.BIND_PROTOCOL.DEVICE",
},
},
use: [
{
protocol: "fuchsia.interop.test.Waiter",
name: "waiter",
generate_bind_rule: false,
},
],
}