blob: f414e6c2a1fc658e903db2de941c29688071aee2 [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",
"virtual_camera_stream.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-camera:c",
"$zx/system/fidl/fuchsia-sysmem:c",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fidl-utils",
"$zx/system/ulib/fzl",
"$zx/system/ulib/zx",
]
}