blob: 3d84a32e61784af9cd4954e37534e1e08a26be9e [file] [log] [blame]
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=6
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="../platform2"
CROS_WORKON_SUBTREE=".gn camera/build camera/common camera/include camera/hal/usb chromeos-config common-mk"
CROS_WORKON_OUTOFTREE_BUILD="1"
CROS_WORKON_INCREMENTAL_BUILD="1"
PLATFORM_SUBDIR="camera/hal/usb/v4l2_test"
inherit cros-camera cros-workon platform
DESCRIPTION="Chrome OS camera V4L2 test."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
RDEPEND="
chromeos-base/chromeos-config-tools
chromeos-base/libbrillo:=
dev-cpp/gtest:=
dev-libs/re2:=
media-libs/libyuv
virtual/jpeg:0"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_install() {
platform_src_install
dobin "${OUT}/camera_characteristics_test"
dobin "${OUT}/media_v4l2_is_capture_device"
dobin "${OUT}/media_v4l2_test"
}