blob: ebe9e4fcd7193c11dfcff8352a09312f2c8b8fb3 [file] [log] [blame]
# Copyright 2017 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=7
CROS_WORKON_COMMIT="b05e4a6b92b2cfe608b6cd8d5d37168680fc080e"
CROS_WORKON_TREE=("52a8a8b6d3bbca5e90d4761aa308a5541d52b1bb" "4f428eceb77ddeae2a9cdbc99367fd321c975f15" "e7dba8c91c1f3257c34d4a7ffff0ea2537aeb6bb")
CROS_WORKON_INCREMENTAL_BUILD=1
CROS_WORKON_LOCALNAME="platform2"
CROS_WORKON_PROJECT="chromiumos/platform2"
CROS_WORKON_OUTOFTREE_BUILD=1
CROS_WORKON_SUBTREE="common-mk secure_erase_file .gn"
PLATFORM_SUBDIR="secure_erase_file"
inherit cros-workon platform
DESCRIPTION="Secure file erasure for Chrome OS"
HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform2/+/master/secure_erase_file/"
LICENSE="BSD-Google"
KEYWORDS="*"
IUSE=""
DEPEND="
"
RDEPEND="
"
src_install() {
dobin "${OUT}/secure_erase_file"
dolib.so "${OUT}/lib/libsecure_erase_file.so"
insinto /usr/include/chromeos/secure_erase_file
doins secure_erase_file.h
}