blob: fae697ce9fe56463b0523e73883aa1e37f48130a [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 fuchsia.nodegroupbind.test;
enum TEST_BIND_PROPERTY {
DRIVER_LEFT,
DRIVER_RIGHT,
DRIVER_OPTIONAL,
ONE_LEFT,
ONE_RIGHT,
TWO_LEFT,
TWO_RIGHT,
THREE_LEFT,
THREE_RIGHT,
FOUR_LEFT,
FOUR_RIGHT,
FOUR_OPTIONAL,
};