blob: 8e81188dbe451d34530b326e42fa2a5fb3e28a01 [file] [log] [blame]
// 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;
}