blob: e899a94b84b74361e8342245e2a10a0f6a8f64dc [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 = [ ":libjea_test" ]
}
executable("libjea_test") {
sources = [ "//camera/common/jpeg/jpeg_encode_accelerator_test.cc" ]
configs += [
"//camera/build:cros_camera_common",
"//common-mk:test",
]
pkg_deps = [
"cros-camera-android-headers",
"libcamera_common",
"libcamera_exif",
"libyuv",
]
deps = [
"//camera/common:libcamera_jpeg",
"//camera/common/jpeg:libjea",
"//camera/common/libcamera_ipc",
"//camera/common/libcamera_ipc:libcamera_ipc_mojom",
]
}