blob: b969ee4e9f82053e90bcbff87eefe86ca707e7b9 [file] [log] [blame]
// Copyright 2022 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.
// [START bind_rules]
using fuchsia.acpi;
using fuchsia.device.fs;
using fuchsia.examples.gizmo.bind;
using fuchsia.examples.gizmo;
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
fuchsia.acpi.hid == "GOOG";
fuchsia.device.fs.Exporter == fuchsia.device.fs.Exporter.ZirconTransport;
fuchsia.examples.gizmo.bind.Name == "GIZMO";
fuchsia.examples.gizmo.TestingProtocol == fuchsia.examples.gizmo.TestingProtocol.ZirconTransport;
// [END bind_rules]