blob: 7a7a4a9556469a31fd6d3c32e5112c2a50d13409 [file] [log] [blame]
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
EAPI=7
CROS_WORKON_COMMIT=("fd2ca8e5fb9fdb7f8b4d473974386a822428dc21" "72df0f2b89ecca6d2f823038c6422fe5b898a0fb")
CROS_WORKON_TREE="1f9d657655879756117a2f2b0f6a84f23e5b3159"
CROS_WORKON_PROJECT=(
"chromiumos/platform/tast-tests"
"chromiumos/platform/fw-testing-configs"
)
CROS_WORKON_LOCALNAME=(
"platform/tast-tests"
"platform/tast-tests/src/chromiumos/tast/remote/firmware/data/fw-testing-configs"
)
CROS_WORKON_DESTDIR=(
"${S}"
"${S}/src/chromiumos/tast/remote/firmware/data/fw-testing-configs"
)
# There are symlinks between remote data to local data, so we can't make the
# subtree "src/chromiumos/tast/remote".
# TODO(oka): have a clear separation between local and remote, and make that
# happen.
CROS_WORKON_SUBTREE=("src/chromiumos/tast")
inherit cros-workon tast-bundle-data
DESCRIPTION="Data files for remote Tast tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/tast-tests"
LICENSE="BSD-Google GPL-3"
SLOT="0/0"
KEYWORDS="*"
DEPEND=""
RDEPEND="!<chromeos-base/tast-remote-tests-cros-0.0.2"