blob: 9989c6dad2a8422e767072e11b3e94560442fa3a [file] [log] [blame] [edit]
// 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.
// TODO(fxb/95933): Use extended values on the right when extending is fixed.
// TODO(fxb/95939): Alias library as parent when aliasing is fixed for bind rules.
using bindlib.to.fidl.testlib;
using bindlibparent.to.fidl.testlib;
using fuchsia.test;
bindlib.to.fidl.testlib.kinglet == "firecrest";
fuchsia.BIND_PROTOCOL == 3;
bindlib.to.fidl.testlib.bobolink == 10;
bindlib.to.fidl.testlib.Moon == bindlib.to.fidl.testlib.Moon.Half;
fuchsia.BIND_PCI_VID == bindlib.to.fidl.testlib.BIND_PCI_VID.PIE;
bindlib.to.fidl.testlib.flag == bindlib.to.fidl.testlib.flag.ENABLE;
bindlibparent.to.fidl.testlib.Pizza ==
bindlibparent.to.fidl.testlib.Pizza.Pepperoni;
bindlibparent.to.fidl.testlib.Grit ==
bindlibparent.to.fidl.testlib.Grit.Coarse;