1# SPDX-License-Identifier: BSD-3-Clause 2# Copyright(c) 2017-2019 Intel Corporation 3 4sources = files( 5 'cryptodev_pmd.c', 6 'cryptodev_trace_points.c', 7 'rte_cryptodev.c', 8) 9headers = 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 18driver_sdk_headers += files( 19 'cryptodev_pmd.h', 20) 21 22deps += ['kvargs', 'mbuf', 'rcu'] 23