blob: b82c1f20c09c08331d36b60a54d7b33b48784860 [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.
library("driver-info") {
sources = [
"driver-info.c",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
}
executable("driverinfo") {
sources = [
"driver-info-app.c",
]
deps = [
":driver-info",
"$zx/system/ulib/fdio",
]
}