blob: 7d9ecf9bbadb23e3ff5fe12f87d91285af7e6c5f [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.
library node.group.test.lib;
extend uint fuchsia.BIND_PROTOCOL {
VALUE_1 = 100,
VALUE_2 = 20,
VALUE_3 = 42,
};
extend uint fuchsia.BIND_USB_VID {
VALUE = 20,
};
string TEST_PROP {
VALUE_1 = "whimbrel",
VALUE_2 = "dunlin",
VALUE_3 = "dowitcher",
VALUE_4 = "sandpiper",
};
bool FLAG;