blob: 866a1361ad89cbba5ea2b4ac10ca6d0bdd792b62 [file] [log] [blame]
# Copyright 2018 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
CROS_WORKON_COMMIT="fc33550242495250878c540ce7efc4df287caf6f"
CROS_WORKON_TREE=("a9c9dfedee8947f546a02e996ac05ea263acfaa1" "9f01142cdf67c5a3fc8f0dfdd795ce881fc58c76" "fe7fcadbc951078b877f156adf4f155237b915da" "dc1506ef7c8cfd2c5ffd1809dac05596ec18773c")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_INCREMENTAL_BUILD=1
# TODO(crbug.com/809389): Avoid directly including headers from other packages.
CROS_WORKON_SUBTREE="common-mk u2fd trunks .gn"
PLATFORM_SUBDIR="u2fd"
inherit cros-workon platform
DESCRIPTION="G2F gnubby (U2F+GCSE) development and testing tools"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/u2fd"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
RDEPEND="
chromeos-base/libbrillo
dev-libs/hidapi
"
DEPEND="
${RDEPEND}
chromeos-base/chromeos-ec-headers
chromeos-base/u2fd
"
src_install() {
dobin "${OUT}"/g2ftool
}
platform_pkg_test() {
platform_test "run" "${OUT}/g2f_client_test"
}