blob: 10711d132ef8c4b56d33daf8eacc4abedee50a63 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2.
EAPI=7
CROS_WORKON_COMMIT="d93217be20dbefa6ca72ca1ee80d5fc21d77bfdb"
CROS_WORKON_TREE="eff0e9f056691d761a11d14164613eb3c1feefc4"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_SUBTREE="lorgnette/hwtests"
CROS_GO_WORKSPACE="${S}/lorgnette/hwtests"
CROS_GO_TEST=(
"chromiumos/scanning/hwtests"
"chromiumos/scanning/utils"
)
CROS_GO_BINARIES=(
"chromiumos/scanning/scripts/test_scanner_capabilities"
)
inherit cros-go cros-workon
DESCRIPTION="Works with Chromebook test suite for scanners"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/HEAD/lorgnette/hwtests"
LICENSE="BSD-Google"
KEYWORDS="*"
SLOT="0/0"
DEPEND="
dev-go/cmp
"
RDEPEND="
chromeos-base/lorgnette_cli
"