blob: 2e96b2c832e1a1ecb541988967a19e4916a8918c [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_PROJECT=(
"chromiumos/platform/arc-camera"
"chromiumos/platform2"
)
CROS_WORKON_LOCALNAME=(
"../platform/arc-camera"
"../platform2"
)
CROS_WORKON_DESTDIR=(
"${S}/platform/arc-camera"
"${S}/platform2"
)
CROS_WORKON_SUBTREE=(
"build hal/usb include tools"
"common-mk"
)
PLATFORM_GYP_FILE="tools/generate_camera_profile.gyp"
inherit cros-camera cros-workon
DESCRIPTION="Runtime detect the number of cameras on device to generate
corresponding media_profiles.xml."
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="~*"
RDEPEND="
chromeos-base/libbrillo
media-libs/cros-camera-libcamera_timezone"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_unpack() {
cros-camera_src_unpack
}
src_install() {
dobin "${OUT}/generate_camera_profile"
}