blob: 084e64f8897e02ac832ceaaeafbbac481de4e277 [file] [log] [blame]
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="4"
CROS_WORKON_PROJECT="chromiumos/platform/saft"
inherit cros-workon
DESCRIPTION="ChromeOS SAFT installer"
HOMEPAGE="http://www.chromium.org/"
SRC_URI=""
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
RDEPEND="chromeos-base/vboot_reference
virtual/chromeos-firmware"
src_install() {
exeinto /usr/sbin/firmware/saft
doexe *.{py,sh}
}