blob: 241a2ad19ba0d9fbe2a00819f9c517b1d4a47abb [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.
composite composite_sample;
using fuchsia.acpi;
primary node "acpi-GFBY" {
if fuchsia.acpi.hid == "GFSH0001" {
true;
} else {
fuchsia.acpi.hid == "INT0800";
}
}
node "acpi-GFRT" {
if fuchsia.acpi.hid == "GFSH0007" {
true;
} else {
fuchsia.acpi.hid == "PNP0B00";
}
}