build: replace license text with SPDX tag
[dpdk.git] / lib / librte_security / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
3
4 allow_experimental_apis = true
5 sources = files('rte_security.c')
6 headers = files('rte_security.h', 'rte_security_driver.h')
7 deps += ['mempool', 'cryptodev']