blob: 4f9092472e6a696c1111874a3d293e2200e9be4a [file] [log] [blame]
# Copyright 2020 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
CROS_WORKON_COMMIT="fd9120658cb5253b7feffa8903742a367ed7571c"
CROS_WORKON_TREE="b2f14f8919270f945f2fe0a397e2de5b19eecac8"
CROS_WORKON_PROJECT="chromiumos/platform/crostestutils"
CROS_WORKON_LOCALNAME="../platform/crostestutils"
CROS_GO_WORKSPACE="${S}/go"
CROS_GO_BINARIES=(
"firmware/cmd/dut_info:/usr/bin/fw_dut_info"
"firmware/cmd/e2e_coverage_summarizer:/usr/bin/fw_e2e_coverage_summarizer"
"firmware/cmd/lab_triage_helper:/usr/bin/fw_lab_triage_helper"
)
inherit cros-go cros-workon
DESCRIPTION="Tooling related to firmware release testing."
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/crostestutils/+/HEAD/go/src/firmware/"
LICENSE="BSD-Google"
SLOT="0/0"
KEYWORDS="*"
IUSE=""
DEPEND="
dev-go/crypto:=
dev-go/gapi-discovery:=
dev-go/gapi-option:="
RDEPEND=""