summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asn1/cdt/CMakeLists.txt27
-rw-r--r--asn1/charging_ase/CMakeLists.txt31
-rw-r--r--asn1/cmip/CMakeLists.txt40
-rw-r--r--asn1/cmp/CMakeLists.txt33
-rw-r--r--asn1/credssp/CMakeLists.txt31
-rw-r--r--asn1/ess/CMakeLists.txt33
-rw-r--r--asn1/ftam/CMakeLists.txt35
-rw-r--r--asn1/gnm/CMakeLists.txt31
-rw-r--r--asn1/goose/CMakeLists.txt26
-rw-r--r--asn1/gprscdr/CMakeLists.txt37
10 files changed, 324 insertions, 0 deletions
diff --git a/asn1/cdt/CMakeLists.txt b/asn1/cdt/CMakeLists.txt
index 1fc4448aed..8e4aff8fff 100644
--- a/asn1/cdt/CMakeLists.txt
+++ b/asn1/cdt/CMakeLists.txt
@@ -21,3 +21,30 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME cdt )
+
+set( PROTO_OPT )
+
+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 )
+
+ASN2WRS()
+
diff --git a/asn1/charging_ase/CMakeLists.txt b/asn1/charging_ase/CMakeLists.txt
index 1fc4448aed..2d5e2fffc7 100644
--- a/asn1/charging_ase/CMakeLists.txt
+++ b/asn1/charging_ase/CMakeLists.txt
@@ -21,3 +21,34 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME charging_ase )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ Tariffing-Data-Types.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 )
+
+ASN2WRS()
+
diff --git a/asn1/cmip/CMakeLists.txt b/asn1/cmip/CMakeLists.txt
index 1fc4448aed..939de70890 100644
--- a/asn1/cmip/CMakeLists.txt
+++ b/asn1/cmip/CMakeLists.txt
@@ -21,3 +21,43 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME cmip )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST_LATE
+ ../x721/Attribute-ASN1Module.asn
+ ../ros/Remote-Operations-Information-Objects.asn
+ ../ros/Remote-Operations-Generic-ROS-PDUs.asn
+)
+
+set( ASN_FILE_LIST
+ CMIP-1.asn
+ CMIP-A-ABORT-Information.asn
+ CMIP-A-ASSOCIATE-Information.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
+ acse-exp.cnf
+)
+
+ASN2WRS()
+
diff --git a/asn1/cmp/CMakeLists.txt b/asn1/cmp/CMakeLists.txt
index 1fc4448aed..c8ffbd3ceb 100644
--- a/asn1/cmp/CMakeLists.txt
+++ b/asn1/cmp/CMakeLists.txt
@@ -21,3 +21,36 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME cmp )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ CMP.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
+ ../pkix1explicit/pkix1explicit_exp.cnf
+ ../pkix1implicit/pkix1implicit_exp.cnf
+ crmf-exp.cnf
+)
+
+ASN2WRS()
+
diff --git a/asn1/credssp/CMakeLists.txt b/asn1/credssp/CMakeLists.txt
index 1fc4448aed..ad875e067f 100644
--- a/asn1/credssp/CMakeLists.txt
+++ b/asn1/credssp/CMakeLists.txt
@@ -21,3 +21,34 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME credssp )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ CredSSP.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 -C )
+
+ASN2WRS()
+
diff --git a/asn1/ess/CMakeLists.txt b/asn1/ess/CMakeLists.txt
index 1fc4448aed..4637ce438b 100644
--- a/asn1/ess/CMakeLists.txt
+++ b/asn1/ess/CMakeLists.txt
@@ -21,3 +21,36 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME ess )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ExtendedSecurityServices.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 -k -C )
+
+set( EXTRA_CNF
+ cms-exp.cnf
+ x509af-exp.cnf
+ x509ce-exp.cnf
+)
+
+ASN2WRS()
+
diff --git a/asn1/ftam/CMakeLists.txt b/asn1/ftam/CMakeLists.txt
index 1fc4448aed..e1512453b9 100644
--- a/asn1/ftam/CMakeLists.txt
+++ b/asn1/ftam/CMakeLists.txt
@@ -21,3 +21,38 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME ftam )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ISO8571-FTAM.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
+ acse-exp.cnf
+)
+
+ASN2WRS()
+
diff --git a/asn1/gnm/CMakeLists.txt b/asn1/gnm/CMakeLists.txt
index 1fc4448aed..6c3b4b92d5 100644
--- a/asn1/gnm/CMakeLists.txt
+++ b/asn1/gnm/CMakeLists.txt
@@ -21,3 +21,34 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME gnm )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ GNM.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
+ cmip-exp.cnf
+)
+
+ASN2WRS()
+
diff --git a/asn1/goose/CMakeLists.txt b/asn1/goose/CMakeLists.txt
index 1fc4448aed..61fd61db5e 100644
--- a/asn1/goose/CMakeLists.txt
+++ b/asn1/goose/CMakeLists.txt
@@ -21,3 +21,29 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME goose )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ${PROTOCOL_NAME}.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS -b )
+
+ASN2WRS()
+
diff --git a/asn1/gprscdr/CMakeLists.txt b/asn1/gprscdr/CMakeLists.txt
index 1fc4448aed..d4f3b2067f 100644
--- a/asn1/gprscdr/CMakeLists.txt
+++ b/asn1/gprscdr/CMakeLists.txt
@@ -21,3 +21,40 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME gprscdr )
+
+set( PROTO_OPT )
+
+set( EXPORT_FILES
+ ${PROTOCOL_NAME}-exp.cnf
+)
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ GenericChargingDataTypesV8e0.asn
+ GPRSChargingDataTypesV641.asn
+ GPRSChargingDataTypesV8e0.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
+ gsm_map-exp.cnf
+)
+
+ASN2WRS()
+