blob: 1b7bc8aa1a6729a6d1608c8023ddabc1385aa767 [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.
import("//build/unification/images/migrated_manifest.gni")
executable("driverctl") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "driverctl.cc" ]
deps = [
"//zircon/public/lib/ddk",
"//zircon/public/lib/fdio",
"//zircon/public/lib/zx",
"//zircon/system/fidl/fuchsia-device:llcpp",
]
}
migrated_manifest("driverctl-manifest") {
deps = [ ":driverctl" ]
}