blob: 048d4bee210244480c03b4365161a524c618b0a8 [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 leaf;
using fuchsia.nodegroupbind.test;
primary node "left" {
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY ==
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY.DRIVER_LEFT;
}
node "right" {
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY ==
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY.DRIVER_RIGHT;
}
optional node "opt" {
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY ==
fuchsia.nodegroupbind.test.TEST_BIND_PROPERTY.DRIVER_OPTIONAL;
}