| // Copyright 2023 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_driver; | |
| using composite.test.lib; | |
| primary node "test_primary" { | |
| fuchsia.BIND_PROTOCOL == composite.test.lib.BIND_PROTOCOL.VALUE_1; | |
| fuchsia.BIND_USB_VID == composite.test.lib.BIND_USB_VID.VALUE; | |
| } | |
| node "child_a" { | |
| fuchsia.BIND_PROTOCOL == composite.test.lib.BIND_PROTOCOL.VALUE_2; | |
| } |