blob: 5f73aead7f582846062afcb548711f255fa32973 [file]
// 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 test_composite_driver;
primary parent "test_primary" {
fuchsia.BIND_PROTOCOL == node.group.test.lib.BIND_PROTOCOL.VALUE_1;
fuchsia.BIND_USB_VID == node.group.test.lib.BIND_USB_VID.VALUE;
}
parent "child_a" {
fuchsia.BIND_PROTOCOL == node.group.test.lib.BIND_PROTOCOL.VALUE_2;
}
optional parent "optional_a" {
fuchsia.BIND_PROTOCOL == node.group.test.lib.BIND_PROTOCOL.VALUE_3;
}