| // Copyright 2019 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.test; | |
| extend uint fuchsia.BIND_PROTOCOL { | |
| DEVICE = 0x50, | |
| COMPAT_CHILD = 0x51, | |
| POWER_CHILD = 0x52, | |
| PARENT = 0x53, | |
| DEVHOST = 0x7C, | |
| }; | |
| string TEST_CHILD; |