blob: 60db182920acfef01e6320fce473990e2138d148 [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("number") {
sources = [
"demo-number.c",
]
deps = [
"$zx/system/fidl/zircon-sample:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/fidl",
"$zx/system/ulib/zircon",
]
}