# Copyright 2017 The Chromium OS Authors. All rights reserved. | |
# Distributed under the terms of the GNU General Public License v2 | |
EAPI=5 | |
DESCRIPTION="Virtual for fingerprint support libraries" | |
SRC_URI="" | |
SLOT="0" | |
KEYWORDS="*" | |
# FP support is board-specific at the moment, this virtual package is here to | |
# be overriden by overlay virtuals. No dependencies required, they will be in | |
# the board overlays. | |
RDEPEND="" | |
DEPEND="" |