view packages/net/ipsec/libipsec/current/cdl/libipsec.cdl @ 2708:d0b26e6a41e4

* devs/eth/phy/current/cdl/phy_eth_drivers.cdl, devs/framebuf/synth/current/cdl/framebuf_synth.cdl, devs/i2c/m68k/mcf52xx/current/cdl/i2c_mcf52xx.cdl, devs/wallclock/dallas/ds1307/current/cdl/wallclock_ds1307.cdl, hal/sh/sh4_202_md/current/cdl/hal_sh_sh4_202_md.cdl, hal/synth/arch/current/cdl/hal_synth.cdl, io/adc/current/cdl/io_adc.cdl, io/i2c/current/cdl/i2c.cdl, io/spi/current/cdl/spi.cdl, net/ipsec/libipsec/current/cdl/libipsec.cdl, cdl/phy_eth_drivers.cdl: Reference per-package documentation.
author jld
date Tue, 30 Dec 2008 21:47:14 +0000
parents 44c872c79d5f
children 74dbf4c3f2e1
line wrap: on
line source

# ====================================================================
#
#      bsd_crypto.cdl
#
#      FreeBSD crypto functions
#
# ====================================================================
#####ECOSPDCOPYRIGHTBEGIN####
#
# Copyright (C) 2003 Andrew Lunn
# All Rights Reserved.
#
# Permission is granted to use, copy, modify and redistribute this
# file.
#
#####ECOSPDCOPYRIGHTEND####
# ====================================================================
######DESCRIPTIONBEGIN####
#
# Author(s):      Andrew Lunn
# Original data:  Andrew Lunn
# Contributors:
# Date:           2003-11-08
#
#####DESCRIPTIONEND####
#
# ====================================================================

cdl_package CYGPKG_NET_IPSEC_LIBIPSEC {
    display       "Implements the libipsec library"
    doc           ref/net-ipsec-common.html
    parent        CYGPKG_NET_IPSEC
    requires      CYGPKG_NET_IPSEC
    
    compile \
            ipsec_dump_policy.c \
            ipsec_get_policylen.c \
            ipsec_strerror.c \
            pfkey.c \
            pfkey_dump.c \
            policy_parse.tab.c \
            lex.yy.c

    cdl_option CYGPKG_NET_IPSEC_LIBIPSEC_CFLAGS_ADD {
        display "Additional compiler flags"
        flavor  data
        no_define
        default_value { "-D__ECOS -D__FreeBSD_" }
        description   "
            This option modifies the set of compiler flags for
            building the networking package.
            These flags are used in addition
            to the set of global flags."
    }

    cdl_option CYGPKG_NET_IPSEC_LIBIPSEC_CFLAGS_REMOVE {
        display "Suppressed compiler flags"
        flavor  data
        no_define
        default_value { "" }
        description   "
            This option modifies the set of compiler flags for
            building the networking package. These flags are removed from
            the set of global flags if present."
    }

    cdl_option CYGPKG_NET_IPSEC_LIBIPSEC_TESTS {
            display     "libipsec tests"
            flavor      data
            no_define
            calculated  { "tests/test-policy" }
            description "
                 This option specifies the set of tests for libipsec" 
    }
}