summaryrefslogtreecommitdiff
path: root/build.symbian
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-05-01 16:54:54 +0000
committerBenny Prijono <bennylp@teluu.com>2007-05-01 16:54:54 +0000
commit682ee6718afa661df775bd44b4fdf89344ec67b2 (patch)
tree5949acca77d1ff14c50b1fc3b6d3a996539fe7d6 /build.symbian
parentb93717c9a39a0755f65df6b252b1e3506d7a42c8 (diff)
PJSDP port to Symbian
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1240 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'build.symbian')
-rw-r--r--build.symbian/pjsdp.mmp29
-rw-r--r--build.symbian/pjsip.mmp46
-rw-r--r--build.symbian/pjsip_simple.mmp35
-rw-r--r--build.symbian/pjsip_ua.mmp31
4 files changed, 141 insertions, 0 deletions
diff --git a/build.symbian/pjsdp.mmp b/build.symbian/pjsdp.mmp
new file mode 100644
index 00000000..351f9a55
--- /dev/null
+++ b/build.symbian/pjsdp.mmp
@@ -0,0 +1,29 @@
+TARGET pjsdp.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004299
+VENDORID 0x70000001
+
+SOURCEPATH ..\pjmedia\src\pjmedia
+
+OPTION CW -lang c++
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+MACRO PJ_EXPORTING
+
+//
+// Platform independent source
+//
+SOURCE errno.c
+SOURCE sdp.c
+SOURCE sdp_cmp.c
+SOURCE sdp_neg.c
+
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjlib-util\include
+SYSTEMINCLUDE ..\pjmedia\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
diff --git a/build.symbian/pjsip.mmp b/build.symbian/pjsip.mmp
new file mode 100644
index 00000000..cb280b67
--- /dev/null
+++ b/build.symbian/pjsip.mmp
@@ -0,0 +1,46 @@
+TARGET pjsip.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004299
+VENDORID 0x70000001
+
+SOURCEPATH ..\pjsip\src\pjsip
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+MACRO PJ_IMPORTING
+
+OPTION CW -lang c++
+
+// PJSIP-CORE files
+
+SOURCE sip_auth_client.c
+SOURCE sip_auth_msg.c
+SOURCE sip_auth_parser.c
+SOURCE sip_auth_server.c
+SOURCE sip_dialog.c
+SOURCE sip_endpoint.c
+SOURCE sip_errno.c
+SOURCE sip_msg.c
+SOURCE sip_parser.c
+SOURCE sip_resolve.c
+SOURCE sip_tel_uri.c
+SOURCE sip_transaction.c
+SOURCE sip_transport.c
+SOURCE sip_transport_loop.c
+SOURCE sip_transport_tcp.c
+SOURCE sip_transport_udp.c
+SOURCE sip_ua_layer.c
+SOURCE sip_uri.c
+SOURCE sip_util.c
+SOURCE sip_util_proxy.c
+SOURCE sip_util_statefull.c
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjlib-util\include
+SYSTEMINCLUDE ..\pjsip\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
+CAPABILITY None
+
diff --git a/build.symbian/pjsip_simple.mmp b/build.symbian/pjsip_simple.mmp
new file mode 100644
index 00000000..a5763d8f
--- /dev/null
+++ b/build.symbian/pjsip_simple.mmp
@@ -0,0 +1,35 @@
+TARGET pjsip_simple.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004299
+VENDORID 0x70000001
+
+SOURCEPATH ..\pjsip\src\pjsip-simple
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+MACRO PJ_IMPORTING
+
+//OPTION CW -lang c++
+
+
+// PJSIP-SIMPLE files
+
+SOURCE errno.c
+SOURCE evsub.c
+SOURCE evsub_msg.c
+SOURCE iscomposing.c
+SOURCE pidf.c
+SOURCE presence.c
+SOURCE presence_body.c
+SOURCE publishc.c
+SOURCE xpidf.c
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjlib-util\include
+SYSTEMINCLUDE ..\pjsip\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
+CAPABILITY None
+
diff --git a/build.symbian/pjsip_ua.mmp b/build.symbian/pjsip_ua.mmp
new file mode 100644
index 00000000..53017865
--- /dev/null
+++ b/build.symbian/pjsip_ua.mmp
@@ -0,0 +1,31 @@
+TARGET pjsip_ua.lib
+TARGETTYPE lib
+UID 0x100039CE 0x10004299
+VENDORID 0x70000001
+
+SOURCEPATH ..\pjsip\src\pjsip-ua
+
+MACRO PJ_M_I386=1
+MACRO PJ_SYMBIAN=1
+MACRO PJ_IMPORTING
+
+//OPTION CW -lang c++
+
+
+// PJSIP-SIMPLE files
+
+SOURCE sip_inv.c
+SOURCE sip_reg.c
+SOURCE sip_replaces.c
+SOURCE sip_xfer.c
+
+SYSTEMINCLUDE ..\pjlib\include
+SYSTEMINCLUDE ..\pjlib-util\include
+SYSTEMINCLUDE ..\pjsip\include
+SYSTEMINCLUDE ..\pjmedia\include
+
+SYSTEMINCLUDE \epoc32\include
+SYSTEMINCLUDE \epoc32\include\libc
+
+CAPABILITY None
+