blob: 716ebce6b526e5816a18bdd67ae198edba4e4785 [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="52439040a331bc94a2515550c09bc0e5f56a43d1"
CROS_WORKON_TREE=("e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb" "d58be6324ba2a1d0452d23bafb39c869c5ed2cd6" "18a99ed08fd52c7aa8ae6a51561097e799860124" "584f7cc8998d8fa6c9b041054ce4a352016f477a" "f089191a0d3d6b85e2d71b4dbba970e0fc4966e1")
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/libcamera_connector_test"
inherit cros-camera cros-workon platform
DESCRIPTION="Chrome OS camera connector test."
LICENSE="BSD-Google"
KEYWORDS="*"
RDEPEND="
media-libs/cros-camera-libcamera_connector
dev-cpp/gtest:=
media-libs/libyuv
virtual/jpeg:0"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
src_install() {
dobin "${OUT}/cros_camera_connector_test"
}