aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ulp
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ulp')
-rw-r--r--asn1/ulp/CMakeLists.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/asn1/ulp/CMakeLists.txt b/asn1/ulp/CMakeLists.txt
index 1fc4448aed..6d94e2efc2 100644
--- a/asn1/ulp/CMakeLists.txt
+++ b/asn1/ulp/CMakeLists.txt
@@ -21,3 +21,31 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
+set( PROTOCOL_NAME ulp )
+
+set( PROTO_OPT )
+
+set( EXT_ASN_FILE_LIST
+)
+
+set( ASN_FILE_LIST
+ ULP.asn
+ SUPL.asn
+ ULP-Components.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 )
+
+ASN2WRS()
+