| // 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. | |
| using fuchsia.acpi; | |
| using fuchsia.hardware.acpi; | |
| fuchsia.acpi.hid == "GOOG0002"; | |
| if fuchsia.BIND_COMPOSITE != 1 { | |
| fuchsia.BIND_PROTOCOL == fuchsia.acpi.BIND_PROTOCOL.DEVICE; | |
| fuchsia.hardware.acpi.Device == fuchsia.hardware.acpi.Device.ZirconTransport; | |
| } else { | |
| true; | |
| } |