| # Copyright 2020 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. |
| |
| executable("test") { |
| testonly = true |
| |
| output_name = "device_test" |
| |
| sources = [ |
| "fake_device_listener_registry.cc", |
| "fake_device_listener_registry.h", |
| "test.cc", |
| ] |
| |
| deps = [ |
| "//garnet/packages/prod:sysmem_connector", |
| "//sdk/fidl/fuchsia.camera2.hal", |
| "//sdk/fidl/fuchsia.camera3", |
| "//sdk/fidl/fuchsia.sysmem", |
| "//sdk/lib/sys/cpp", |
| "//sdk/lib/syslog/cpp", |
| "//sdk/lib/syslog/cpp:backend_legacy", |
| "//src/camera/bin/device:lib", |
| "//src/camera/lib/fake_controller", |
| "//src/camera/lib/fake_legacy_stream", |
| "//src/lib/fsl", |
| "//src/lib/fxl/test:gtest_main", |
| "//src/lib/testing/loop_fixture", |
| "//zircon/system/ulib/async-loop:async-loop-cpp", |
| "//zircon/system/ulib/async-loop:async-loop-default", |
| ] |
| } |