blob: 9674ea2cc11b2e10a61d373b430e07dd46ebf402 [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
group("all") {
deps = [ ":libjda_test" ]
}
executable("libjda_test") {
sources = [ "//camera/common/jpeg/jpeg_decode_accelerator_test.cc" ]
configs += [
"//common-mk:test",
"//camera/build:cros_camera_common",
]
libs = [ "jpeg" ]
pkg_deps = [
"cros-camera-android-headers",
"libbrillo",
"libcamera_common",
"libyuv",
]
deps = [
"//camera/common/jpeg/libjda",
"//camera/common/libcamera_ipc",
"//camera/common/libcamera_ipc:libcamera_ipc_mojom",
]
}