2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
2019-01-10 14:50:11 +00:00
|
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
2017-10-17 13:43:57 +01:00
|
|
|
|
2019-03-07 14:13:14 +00:00
|
|
|
version = 7
|
2019-01-10 14:50:18 +00:00
|
|
|
allow_experimental_apis = true
|
2017-10-17 13:43:57 +01:00
|
|
|
sources = files('rte_cryptodev.c', 'rte_cryptodev_pmd.c')
|
|
|
|
headers = files('rte_cryptodev.h',
|
|
|
|
'rte_cryptodev_pmd.h',
|
|
|
|
'rte_crypto.h',
|
2018-07-10 21:03:18 +05:30
|
|
|
'rte_crypto_sym.h',
|
|
|
|
'rte_crypto_asym.h')
|
2017-10-17 13:43:57 +01:00
|
|
|
deps += ['kvargs', 'mbuf']
|