blob: baabbb1279fb6e13526d69cd9f3dbdee3d8ce2fe [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("dmctl") {
sources = [
"dmctl.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-device-manager:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fs:fs-for-driver",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}