cryptodev: separate out internal structures
[dpdk.git] / lib / cryptodev / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017-2019 Intel Corporation
3
4 sources = files(
5         'cryptodev_pmd.c',
6         'cryptodev_trace_points.c',
7         'rte_cryptodev.c',
8 )
9 headers = files(
10         'rte_cryptodev.h',
11         'rte_cryptodev_trace.h',
12         'rte_cryptodev_trace_fp.h',
13         'rte_crypto.h',
14         'rte_crypto_sym.h',
15         'rte_crypto_asym.h',
16 )
17 indirect_headers += files(
18         'rte_cryptodev_core.h',
19 )
20 driver_sdk_headers += files(
21         'cryptodev_pmd.h',
22 )
23
24 deps += ['kvargs', 'mbuf', 'rcu']