blob: 4b1cb6f739406881d75637e843ad3f4eece21bf6 [file] [log] [blame]
# 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.
driver("ramdisk") {
sources = [
"demo-ramdisk.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-block",
"$zx/system/ulib/ddk",
"$zx/system/ulib/sync",
"$zx/system/ulib/zircon",
]
}