xref: /dpdk/lib/ipsec/meson.build (revision 70cc4e1fed665712e68f2f45d98dda4abc6accda)
199a2dd95SBruce Richardson# SPDX-License-Identifier: BSD-3-Clause
299a2dd95SBruce Richardson# Copyright(c) 2018 Intel Corporation
399a2dd95SBruce Richardson
4b1094939SBruce Richardsonif is_windows
5b1094939SBruce Richardson    build = false
6b1094939SBruce Richardson    reason = 'not supported on Windows'
7b1094939SBruce Richardson    subdir_done()
8b1094939SBruce Richardsonendif
9b1094939SBruce Richardson
1068977baaSRadu Nicolausources = files('esp_inb.c', 'esp_outb.c',
1168977baaSRadu Nicolau                'sa.c', 'ses.c', 'ipsec_sad.c',
1268977baaSRadu Nicolau                'ipsec_telemetry.c')
1399a2dd95SBruce Richardson
1499a2dd95SBruce Richardsonheaders = files('rte_ipsec.h', 'rte_ipsec_sa.h', 'rte_ipsec_sad.h')
1599a2dd95SBruce Richardsonindirect_headers += files('rte_ipsec_group.h')
1699a2dd95SBruce Richardson
1768977baaSRadu Nicolaudeps += ['mbuf', 'net', 'cryptodev', 'security', 'hash', 'telemetry']
18*70cc4e1fSDavid Marchand
19*70cc4e1fSDavid Marchandannotate_locks = false
20