blob: e340965f3dd8c5e0c87eed15804284e9423d7083 [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.gizmo.library;
using fuchsia.gizmo.protocol;
fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE;
fuchsia.acpi.hid == "GOOG";
fuchsia.device.fs.Exporter == fuchsia.device.fs.Exporter.ZirconTransport;
fuchsia.gizmo.library.Name == "GIZMO";
fuchsia.gizmo.protocol.TestingProtocol == fuchsia.gizmo.protocol.TestingProtocol.ZirconTransport;
// [END bind_rules]