blob: 116d7392e9491baa8a397a3deda9e6593176ab82 [file] [log] [blame]
# Copyright 2018 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="6"
CROS_WORKON_COMMIT="a27c2e84964615fded123086a7d9b139b6e9e1b4"
CROS_WORKON_TREE=("6f3abf0e1487e52593fe1b4fc780df5844fa9cc1" "c4583c01a6958e6255d1c052237ac91003afe0f3" "dc1506ef7c8cfd2c5ffd1809dac05596ec18773c")
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk security_tests .gn"
PLATFORM_SUBDIR="security_tests"
inherit cros-workon platform
DESCRIPTION="Compiled executables used by Tast security tests"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/security_tests"
LICENSE="BSD-Google"
SLOT="0"
KEYWORDS="*"
src_install() {
# Executable files' names take the form security.<TestName>.<bin_name>.
exeinto /usr/libexec/security_tests
doexe "${OUT}"/security.*.*
}