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_fp.h', 12 'rte_crypto.h', 13 'rte_crypto_sym.h', 14 'rte_crypto_asym.h', 15) 16indirect_headers += files( 17 'rte_cryptodev_core.h', 18) 19driver_sdk_headers += files( 20 'cryptodev_pmd.h', 21) 22 23deps += ['kvargs', 'mbuf', 'rcu', 'telemetry'] 24