blob: 836a9abcca0f33f33e7a03881a8a790109ba5b08 [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/v4l2_test common-mk"
CROS_WORKON_OUTOFTREE_BUILD="1"
CROS_WORKON_INCREMENTAL_BUILD="1"
PLATFORM_SUBDIR="camera/v4l2_test"
inherit cros-camera cros-workon platform
DESCRIPTION="Chrome OS camera V4L2 test."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
RDEPEND="
virtual/jpeg:0"
DEPEND="${RDEPEND}
dev-cpp/gtest
media-libs/libyuv
virtual/pkgconfig"
src_install() {
dobin "${OUT}/media_v4l2_is_capture_device"
dobin "${OUT}/media_v4l2_test"
dobin "${OUT}/media_v4l2_unittest"
}