// 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. | |
library fuchsia.reloaddriverbind.test; | |
enum TEST_BIND_PROPERTY { | |
LEFT_PARENT, | |
RIGHT_PARENT, | |
TARGET_1, | |
TARGET_2, | |
COMPOSITE_PARENT_B, | |
COMPOSITE_PARENT_D, | |
COMPOSITE_PARENT_E, | |
COMPOSITE_PARENT_F, | |
COMPOSITE_PARENT_G, | |
LEAF, | |
NODE_B, | |
NODE_C, | |
NODE_D, | |
NODE_E, | |
NODE_F, | |
NODE_G, | |
NODE_H, | |
NODE_I, | |
}; |