blob: 68e45c8b9652db33283af0d5221da5dab1932e7d [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
KEYWORDS="-* amd64"
DESCRIPTION="Chrome OS camera HAL config files for Nautilus"
LICENSE="Apache-2.0 LICENSE.intel_3a_library"
SLOT="0"
RDEPEND="!media-libs/arc-camera3-hal-configs-nautilus"
S="${WORKDIR}"
src_install() {
insinto /etc/camera
doins "${FILESDIR}"/camera3_profiles.xml
doins "${FILESDIR}"/gcss/*.xml
insinto /etc/camera/ipu3
doins "${FILESDIR}"/tuning_files/*.aiqb
}