blob: cfc4b4ebd8d81606ef608eae449543ee069d1c15 [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.compat;
/// This property is filled out by the compat driver when someone requests
/// to do a specific bind. Drivers that want to have autobind disabled
/// should match against their specific libname.
/// An example of this would be '/boot/driver/test-driver.so'.
string LIBNAME;