blob: 2e15f5b0ff62c338742929a4003031da1cf5db1e [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.test;
primary node "left" {
fuchsia.BIND_PROTOCOL == fuchsia.test.BIND_PROTOCOL.DEVICE;
}
node "right" {
fuchsia.BIND_PROTOCOL == fuchsia.test.BIND_PROTOCOL.POWER_CHILD;
}