aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/camel
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/camel
parent369c7b75ee8e8bdced8f948318e20751c3a28637 (diff)
Another set of asn1 protocols can now be generated with cmake
svn path=/trunk/; revision=49197
Diffstat (limited to 'asn1/camel')
-rw-r--r--asn1/camel/CMakeLists.txt50
1 files changed, 50 insertions, 0 deletions
diff --git a/asn1/camel/CMakeLists.txt b/asn1/camel/CMakeLists.txt
index 1fc4448aed..c7162e30cd 100644
--- a/asn1/camel/CMakeLists.txt
+++ b/asn1/camel/CMakeLists.txt
@@ -21,3 +21,53 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME camel )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( EXT_ASN_FILE_LIST_LATE
+ ../ros/Remote-Operations-Information-Objects.asn
+ ../ros/Remote-Operations-Generic-ROS-PDUs.asn
+)
+
+set( ASN_FILE_LIST
+ CAP-object-identifiers.asn
+ CAP-classes.asn
+ CAP-datatypes.asn
+ CAP-errorcodes.asn
+ CAP-errortypes.asn
+ CAP-operationcodes.asn
+ CAP-GPRS-ReferenceNumber.asn
+ CAP-gsmSCF-gsmSRF-ops-args.asn
+ CAP-gsmSSF-gsmSCF-ops-args.asn
+ CAP-gprsSSF-gsmSCF-ops-args.asn
+ CAP-SMS-ops-args.asn
+ CAP-U-ABORT-Data.asn
+ CamelV2diff.asn
+)
+
+set( EXTRA_DIST
+ ${ASN_FILE_LIST}
+ packet-${PROTOCOL_NAME}-template.c
+ packet-${PROTOCOL_NAME}-template.h
+ ${PROTOCOL_NAME}.asn
+ ${PROTOCOL_NAME}.cnf
+)
+
+set( SRC_FILES
+ ${EXTRA_DIST}
+ ${EXT_ASN_FILE_LIST}
+)
+
+set( A2W_FLAGS -b -L )
+
+set( EXTRA_CNF
+ inap-exp.cnf
+ gsm_map-exp.cnf
+)
+
+ASN2WRS()
+