aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dsp
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-07 10:50:47 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-07 10:50:47 +0000
commitd18b094a550df204308f976cf6b4185e8e252bc5 (patch)
treeee6d34678c622147d9a18a106f1480788b6ebb65 /asn1/dsp
parent369c7b75ee8e8bdced8f948318e20751c3a28637 (diff)
Another set of asn1 protocols can now be generated with cmake
svn path=/trunk/; revision=49197
Diffstat (limited to 'asn1/dsp')
-rw-r--r--asn1/dsp/CMakeLists.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/asn1/dsp/CMakeLists.txt b/asn1/dsp/CMakeLists.txt
index 1fc4448aed..576f0d0d9a 100644
--- a/asn1/dsp/CMakeLists.txt
+++ b/asn1/dsp/CMakeLists.txt
@@ -21,3 +21,41 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME dsp )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ${PROTOCOL_NAME}.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ packet-${PROTOCOL_NAME}-template.h
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS -b )
+
+set( EXTRA_CNF
+ dap-exp.cnf
+ x509af-exp.cnf
+ x509if-exp.cnf
+ x509sat-exp.cnf
+)
+
+ASN2WRS()
+