blob: 25e77d5f50a8f33b8a5c0679624c0d940580402b [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.
test("camera") {
sources = [
"camera.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-camera:c",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/fs-management",
"$zx/system/ulib/memfs",
"$zx/system/ulib/sync",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}