| # Copyright 2018 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| |
| EAPI=5 |
| |
| CROS_WORKON_PROJECT="chromiumos/platform2" |
| CROS_WORKON_LOCALNAME="../platform2" |
| CROS_WORKON_SUBTREE=".gn camera/build camera/common camera/include common-mk" |
| CROS_WORKON_OUTOFTREE_BUILD="1" |
| CROS_WORKON_INCREMENTAL_BUILD="1" |
| |
| PLATFORM_SUBDIR="camera/common/jpeg/libjda_test" |
| |
| inherit cros-camera cros-workon platform |
| |
| DESCRIPTION="End to end test for JPEG decode accelerator" |
| |
| LICENSE="BSD-Google" |
| SLOT="0" |
| KEYWORDS="~*" |
| |
| RDEPEND="dev-cpp/gtest" |
| |
| DEPEND="${RDEPEND} |
| chromeos-base/cros-camera-libs" |
| |
| src_install() { |
| platform_src_install |
| dobin "${OUT}/libjda_test" |
| } |