blob: 2a838d1db06e36b886009e70b8336e6c1b8d20d6 [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("virtual_camera") {
sources = [
"virtual_camera_device.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-camera:c",
"$zx/system/fidl/fuchsia-sysmem:c",
"$zx/system/ulib/async",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fidl-utils",
"$zx/system/ulib/fzl",
]
}