blob: 76b6b3c6979df1f95073067161375791e24d437f [file] [log] [blame]
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=6
inherit cros-constants
DESCRIPTION="Install codec configuration for ARC++"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
IUSE=""
S="${WORKDIR}"
RDEPEND="!chromeos-base/arc-codec-chipset-kbl"
src_install() {
insinto "${ARC_VENDOR_DIR}/etc/"
doins "${FILESDIR}"/*
}